summaryrefslogtreecommitdiffstats
path: root/man3/opendir.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/opendir.3')
-rw-r--r--man3/opendir.324
1 files changed, 12 insertions, 12 deletions
diff --git a/man3/opendir.3 b/man3/opendir.3
index 9222310a0..f11a89373 100644
--- a/man3/opendir.3
+++ b/man3/opendir.3
@@ -27,7 +27,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 fdopendir ():
@@ -91,7 +91,7 @@ Insufficient memory to complete the operation.
\fIname\fP is not a directory.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -116,10 +116,10 @@ POSIX.1-2008.
glibc 2.4.
.SH NOTES
Filename entries can be read from a directory stream using
-.BR readdir (3).
+.MR readdir 3 .
.P
The underlying file descriptor of the directory stream can be obtained using
-.BR dirfd (3).
+.MR dirfd 3 .
.P
The
.BR opendir ()
@@ -135,11 +135,11 @@ POSIX.1-200x leaves it unspecified whether a successful call to
will set the close-on-exec flag for the file descriptor,
.IR fd .
.SH SEE ALSO
-.BR open (2),
-.BR closedir (3),
-.BR dirfd (3),
-.BR readdir (3),
-.BR rewinddir (3),
-.BR scandir (3),
-.BR seekdir (3),
-.BR telldir (3)
+.MR open 2 ,
+.MR closedir 3 ,
+.MR dirfd 3 ,
+.MR readdir 3 ,
+.MR rewinddir 3 ,
+.MR scandir 3 ,
+.MR seekdir 3 ,
+.MR telldir 3