]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fts.3: Minor wording fixes
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 5 Feb 2017 10:59:50 +0000 (11:59 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 5 Feb 2017 11:10:58 +0000 (12:10 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/fts.3

index ccf0573a5565e8d9498cad09d6aa8f9e56ea0003..4094e2c253c17908653335ba94dfe2db6a8ba1c8 100644 (file)
@@ -64,8 +64,10 @@ fts functions are provided for traversing
 file hierarchies.
 A simple overview is that the
 .BR fts_open ()
-function returns a "handle" on a file hierarchy, which is then supplied to
-the other
+function returns a "handle" (of type
+.IR "FTS\ *" )
+that refers to a file hierarchy.
+This handle is then supplied to the other
 fts functions.
 The function
 .BR fts_read ()