summaryrefslogtreecommitdiffstats
path: root/man3type/dev_t.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/dev_t.3type')
-rw-r--r--man3type/dev_t.3type6
1 files changed, 3 insertions, 3 deletions
diff --git a/man3type/dev_t.3type b/man3type/dev_t.3type
index dd68f2603..13df4fd84 100644
--- a/man3type/dev_t.3type
+++ b/man3type/dev_t.3type
@@ -20,7 +20,7 @@ Standard C library
Used for device IDs.
It is an integer type.
For further details of this type, see
-.BR makedev (3).
+.MR makedev 3 .
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY
@@ -29,5 +29,5 @@ POSIX.1-2001.
The following header also provides this type:
.IR <sys/stat.h> .
.SH SEE ALSO
-.BR mknod (2),
-.BR stat (3type)
+.MR mknod 2 ,
+.MR stat 3type