]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/fts.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / fts.3
index 37a9b977284171ffd6e5289980fc91f6475b9d32..536ab72d959886fd7233b6b7fd807fdd71ae0e33 100644 (file)
@@ -77,7 +77,7 @@ The function
 .BR fts_children ()
 returns a pointer to a linked list of structures, each of which describes
 one of the files contained in a directory in the hierarchy.
-
+.PP
 In general, directories are visited two distinguishable times; in preorder
 (before any of their descendants are visited) and in postorder (after all
 of their descendants have been visited).
@@ -104,7 +104,7 @@ hierarchy.
 In this manual page, "file" and
 "FTSENT structure"
 are generally interchangeable.
-
+.PP
 The
 .I FTSENT
 structure contains fields describing a file.
@@ -666,7 +666,7 @@ The
 .BR fts_set ()
 function
 returns 0 on success, and \-1 if an error occurs.
-
+.PP
 The
 .I instr
 argument is either 0 (meaning "do nothing") or one of the following values:
@@ -809,7 +809,7 @@ T{
 .BR fts_children ()
 T}     Thread safety   MT-Unsafe
 .TE
-
+.sp 1
 .SH CONFORMING TO
 4.4BSD.
 .SH BUGS