summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fts.3
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-10-30 15:12:25 +0000
committerphantom <phantom@FreeBSD.org>1999-10-30 15:12:25 +0000
commita17fafc521c9321396f4621e7a95409970d577e4 (patch)
tree4d72917afe8751c7a9e46178ec42c6071e9c9d87 /lib/libc/gen/fts.3
parent945a25b48913c2f1a8b8f0aadcb902c3189ed927 (diff)
downloadFreeBSD-src-a17fafc521c9321396f4621e7a95409970d577e4.zip
FreeBSD-src-a17fafc521c9321396f4621e7a95409970d577e4.tar.gz
mdoc(7)'fy
Diffstat (limited to 'lib/libc/gen/fts.3')
-rw-r--r--lib/libc/gen/fts.312
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3
index 6eacb38..5ffaf9e 100644
--- a/lib/libc/gen/fts.3
+++ b/lib/libc/gen/fts.3
@@ -60,7 +60,9 @@ functions are provided for traversing
file hierarchies.
A simple overview is that the
.Fn fts_open
-function returns a ``handle'' on a file hierarchy, which is then supplied to
+function returns a
+.Dq handle
+on a file hierarchy, which is then supplied to
the other
.Nm fts
functions.
@@ -76,7 +78,9 @@ In general, directories are visited two distinguishable times; in pre-order
(before any of their descendants are visited) and in post-order (after all
of their descendants have been visited).
Files are visited once.
-It is possible to walk the hierarchy ``logically'' (ignoring symbolic links)
+It is possible to walk the hierarchy
+.Dq logically
+(ignoring symbolic links)
or physically (visiting symbolic links), order the walk of the hierarchy or
prune and/or re-visit portions of the hierarchy.
.Pp
@@ -93,7 +97,9 @@ Normally, an
.Fa FTSENT
structure is returned for every file in the file
hierarchy.
-In this manual page, ``file'' and
+In this manual page,
+.Dq file
+and
.Dq Fa FTSENT No structure
are generally
interchangeable.
OpenPOWER on IntegriCloud