Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159189340
D57326.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
822 B
Referenced Files
None
Subscribers
None
D57326.diff
View Options
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3
--- a/lib/libc/gen/fts.3
+++ b/lib/libc/gen/fts.3
@@ -44,7 +44,7 @@
.Ft FTSENT *
.Fn fts_children "FTS *ftsp" "int options"
.Ft int
-.Fn fts_set "FTS *ftsp" "FTSENT *f" "int options"
+.Fn fts_set "FTS *ftsp" "FTSENT *f" "int instr"
.Ft void
.Fn fts_set_clientptr "FTS *ftsp" "void *clientdata"
.Ft void *
@@ -745,8 +745,9 @@
.Fn fts_set
function
returns 0 on success, and \-1 if an error occurs.
-.Em Option
-must be set to one of the following values:
+Its
+.Fa instr
+argument must have one of the following values:
.Bl -tag -width FTS_PHYSICAL
.It Dv FTS_AGAIN
Re-visit the file; any file type may be re-visited.
@@ -900,7 +901,7 @@
The
.Fn fts_set
function returns 0 on success and \-1 if its
-.Fa options
+.Fa instr
argument is invalid.
.Pp
The
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 12, 2:57 AM (9 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33635094
Default Alt Text
D57326.diff (822 B)
Attached To
Mode
D57326: fts: Correct description of fts_set
Attached
Detach File
Event Timeline
Log In to Comment