summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 ba42c48..12bd585 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
OpenPOWER on IntegriCloud