summaryrefslogtreecommitdiffstats
path: root/man3/seekdir.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/seekdir.3')
-rw-r--r--man3/seekdir.324
1 files changed, 12 insertions, 12 deletions
diff --git a/man3/seekdir.3 b/man3/seekdir.3
index ceb5850b2..4f740bcf5 100644
--- a/man3/seekdir.3
+++ b/man3/seekdir.3
@@ -25,7 +25,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 seekdir ():
@@ -39,19 +39,19 @@ The
.BR seekdir ()
function sets the location in the directory stream
from which the next
-.BR readdir (2)
+.MR readdir 2
call will start.
The
.I loc
argument should be a value returned by a previous call to
-.BR telldir (3).
+.MR telldir 3 .
.SH RETURN VALUE
The
.BR seekdir ()
function returns no value.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -76,14 +76,14 @@ POSIX.1-2001 specifies
.IR long ,
and this is the type used since glibc 2.1.2.
See
-.BR telldir (3)
+.MR telldir 3
for information on why you should be careful in making any
assumptions about the value in this argument.
.SH SEE ALSO
-.BR lseek (2),
-.BR closedir (3),
-.BR opendir (3),
-.BR readdir (3),
-.BR rewinddir (3),
-.BR scandir (3),
-.BR telldir (3)
+.MR lseek 2 ,
+.MR closedir 3 ,
+.MR opendir 3 ,
+.MR readdir 3 ,
+.MR rewinddir 3 ,
+.MR scandir 3 ,
+.MR telldir 3