summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fts.3
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1998-02-28 18:05:42 +0000
committerjraynard <jraynard@FreeBSD.org>1998-02-28 18:05:42 +0000
commitfaf593c225fcb43f99de0b93dcf7fef0bcf0bfbf (patch)
treebe2bca9ba52813c57dc02981d1edd3c118a15f05 /lib/libc/gen/fts.3
parent3cc4dd5ef70872e9ab974f02008c43c01e7f2af9 (diff)
downloadFreeBSD-src-faf593c225fcb43f99de0b93dcf7fef0bcf0bfbf.zip
FreeBSD-src-faf593c225fcb43f99de0b93dcf7fef0bcf0bfbf.tar.gz
Strings are terminated by NUL, not NULL.
Diffstat (limited to 'lib/libc/gen/fts.3')
-rw-r--r--lib/libc/gen/fts.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3
index 7813665..90fc844 100644
--- a/lib/libc/gen/fts.3
+++ b/lib/libc/gen/fts.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fts.3 8.5 (Berkeley) 4/16/94
-.\" $Id$
+.\" $Id: fts.3,v 1.3 1997/03/09 00:43:49 mpp Exp $
.\"
.Dd April 16, 1994
.Dt FTS 3
@@ -315,7 +315,7 @@ Therefore, the
and
.Fa fts_accpath
fields are guaranteed to be
-.Dv NULL Ns -terminated
+.Dv NUL Ns -terminated
.Em only
for the file most recently returned by
.Fn fts_read .
@@ -333,7 +333,7 @@ are attempted.
The
.Fa fts_name
field is always
-.Dv NULL Ns -terminated.
+.Dv NUL Ns -terminated.
.Sh FTS_OPEN
The
.Fn fts_open
OpenPOWER on IntegriCloud