summaryrefslogtreecommitdiffstats
path: root/man3/getmntent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getmntent.3')
-rw-r--r--man3/getmntent.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/getmntent.3 b/man3/getmntent.3
index 4f22658ef..1068306d3 100644
--- a/man3/getmntent.3
+++ b/man3/getmntent.3
@@ -43,7 +43,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR getmntent_r ():
@@ -71,11 +71,11 @@ is the type of access
required and can take the same values as the
.I mode
argument of
-.BR fopen (3).
+.MR fopen 3 .
The returned stream should be closed using
.BR endmntent ()
rather than
-.BR fclose (3).
+.MR fclose 3 .
.P
The
.BR getmntent ()
@@ -119,7 +119,7 @@ for a substring that matches
See
.I <mntent.h>
and
-.BR mount (8)
+.MR mount 8
for valid mount options.
.P
The reentrant
@@ -201,7 +201,7 @@ filesystem description file
mounted filesystem description file
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lb lb lbx
@@ -260,6 +260,6 @@ is used.
a wrapper around the system call
.BR getfsstat ().
.SH SEE ALSO
-.BR fopen (3),
-.BR fstab (5),
-.BR mount (8)
+.MR fopen 3 ,
+.MR fstab 5 ,
+.MR mount 8