summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1996-02-15 21:48:54 +0000
committerJohn Polstra <jdp@FreeBSD.org>1996-02-15 21:48:54 +0000
commit7a6b3357af7f5a9b8b4d25746570948a2f73d9a4 (patch)
tree7998f7d0fb9b958e93dd956229960794a06d8cbf /lib/libc
parent6f3ce68f186ec7c52af8c9ec36e3c9c659cfb452 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/fts.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3
index dde076d08a01..630a5b2c64e7 100644
--- a/lib/libc/gen/fts.3
+++ b/lib/libc/gen/fts.3
@@ -42,7 +42,7 @@
.Fd #include <sys/stat.h>
.Fd #include <fts.h>
.Ft FTS *
-.Fn fts_open "char * const *path_argv" "int options" "int *compar(const FTSENT **, const FTSENT **)"
+.Fn fts_open "char * const *path_argv" "int options" "int (*compar)(const FTSENT **, const FTSENT **)"
.Ft FTSENT *
.Fn fts_read "FTS *ftsp"
.Ft FTSENT *
@@ -122,7 +122,7 @@ typedef struct _ftsent {
These fields are defined as follows:
.Bl -tag -width "fts_namelen"
.It Fa fts_info
-One of the following flags describing the returned
+One of the following values describing the returned
.Fa FTSENT
structure and
the file it represents.