summaryrefslogtreecommitdiffstats
path: root/man3/fts.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fts.3')
-rw-r--r--man3/fts.336
1 files changed, 18 insertions, 18 deletions
diff --git a/man3/fts.3 b/man3/fts.3
index ae2fdfcbc..cd9510187 100644
--- a/man3/fts.3
+++ b/man3/fts.3
@@ -390,9 +390,9 @@ are returned to the application are those referencing nonexistent files:
the
.I fts_statp
field is obtained via
-.BR stat (2)
+.MR stat 2
with a fallback to
-.BR lstat (2).
+.MR lstat 2 .
.TP
.B FTS_PHYSICAL
This option causes the
@@ -407,7 +407,7 @@ hierarchy are returned to the application:
the
.I fts_statp
field is obtained via
-.BR lstat (2).
+.MR lstat 2 .
.TP
.B FTS_COMFOLLOW
This option causes any symbolic link specified as a root path to be
@@ -718,9 +718,9 @@ The function
may fail and set
.I errno
for any of the errors specified for
-.BR open (2)
+.MR open 2
and
-.BR malloc (3).
+.MR malloc 3 .
.P
In addition,
.BR fts_open ()
@@ -738,9 +738,9 @@ The function
may fail and set
.I errno
for any of the errors specified for
-.BR chdir (2)
+.MR chdir 2
and
-.BR close (2).
+.MR close 2 .
.P
The functions
.BR fts_read ()
@@ -749,10 +749,10 @@ and
may fail and set
.I errno
for any of the errors specified for
-.BR chdir (2),
-.BR malloc (3),
-.BR opendir (3),
-.BR readdir (3),
+.MR chdir 2 ,
+.MR malloc 3 ,
+.MR opendir 3 ,
+.MR readdir 3 ,
and
.RB [ l ] stat (2).
.P
@@ -772,7 +772,7 @@ or
was invalid.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -814,9 +814,9 @@ a program using the LFS APIs (e.g., when compiling with
.\" POSIX.1
.\" revision.
.SH SEE ALSO
-.BR find (1),
-.BR chdir (2),
-.BR lstat (2),
-.BR stat (2),
-.BR ftw (3),
-.BR qsort (3)
+.MR find 1 ,
+.MR chdir 2 ,
+.MR lstat 2 ,
+.MR stat 2 ,
+.MR ftw 3 ,
+.MR qsort 3