summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2002-08-07 20:08:50 +0000
committerArchie Cobbs <archie@FreeBSD.org>2002-08-07 20:08:50 +0000
commita8ee7a02561db833d81e4af3da6c8daa4c4fa42e (patch)
treea3855de83844d0aa71da6e513516d21bb2730193 /lib/libc
parentd88d37d604206a2fe50dd4d93ca82a9f5b230a31 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/strsep.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3
index ba42c48555c1..12bd585504b9 100644
--- a/lib/libc/string/strsep.3
+++ b/lib/libc/string/strsep.3
@@ -65,10 +65,11 @@ The original value of
.Fa *stringp
is returned.
.Pp
-An ``empty'' field, i.e. one caused by two adjacent delimiter characters,
-can be detected by comparing the location referenced by the pointer returned
-in
-.Fa *stringp
+An ``empty'' field (i.e., a character in the string
+.Fa delim
+occurs as the first character of
+.Fa *stringp )
+can be detected by comparing the location referenced by the returned pointer
to
.Ql \e0 .
.Pp