summaryrefslogtreecommitdiffstats
path: root/man3/makedev.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/makedev.3')
-rw-r--r--man3/makedev.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/makedev.3 b/man3/makedev.3
index 7fd748e5f..75ade2cd6 100644
--- a/man3/makedev.3
+++ b/man3/makedev.3
@@ -30,7 +30,7 @@ Given major and minor device IDs,
.BR makedev ()
combines these to produce a device ID, returned as the function result.
This device ID can be given to
-.BR mknod (2),
+.MR mknod 2 ,
for example.
.P
The
@@ -41,10 +41,10 @@ functions perform the converse task: given a device ID,
they return, respectively, the major and minor components.
These macros can be useful to, for example,
decompose the device IDs in the structure returned by
-.BR stat (2).
+.MR stat 2 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -88,5 +88,5 @@ and since glibc 2.28,
.I <sys/types.h>
no longer provides these definitions.
.SH SEE ALSO
-.BR mknod (2),
-.BR stat (2)
+.MR mknod 2 ,
+.MR stat 2