summaryrefslogtreecommitdiffstats
path: root/man3/telldir.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/telldir.3')
-rw-r--r--man3/telldir.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/telldir.3 b/man3/telldir.3
index 55cd90317..093e0579d 100644
--- a/man3/telldir.3
+++ b/man3/telldir.3
@@ -23,7 +23,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 telldir ():
@@ -51,7 +51,7 @@ is set to indicate the error.
Invalid directory stream descriptor \fIdirp\fP.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -84,7 +84,7 @@ to represent directories.
On such filesystems, the value returned by
.BR telldir ()
(and used internally by
-.BR readdir (3))
+.MR readdir 3 )
is a "cookie" that is used by the implementation
to derive a position within a directory.
.\" https://lwn.net/Articles/544298/
@@ -92,9 +92,9 @@ Application programs should treat this strictly as an opaque value, making
.I no
assumptions about its contents.
.SH SEE ALSO
-.BR closedir (3),
-.BR opendir (3),
-.BR readdir (3),
-.BR rewinddir (3),
-.BR scandir (3),
-.BR seekdir (3)
+.MR closedir 3 ,
+.MR opendir 3 ,
+.MR readdir 3 ,
+.MR rewinddir 3 ,
+.MR scandir 3 ,
+.MR seekdir 3