aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strsep.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strsep.3')
-rw-r--r--man3/strsep.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/strsep.3 b/man3/strsep.3
index f23127ffa1..d80b4b2595 100644
--- a/man3/strsep.3
+++ b/man3/strsep.3
@@ -28,7 +28,7 @@
.\" Modified Mon Jan 20 12:04:18 1997 by Andries Brouwer (aeb@cwi.nl)
.\" Modified Tue Jan 23 20:23:07 2001 by Andries Brouwer (aeb@cwi.nl)
.\"
-.TH STRSEP 3 2010-09-20 "GNU" "Linux Programmer's Manual"
+.TH STRSEP 3 2011-09-28 "GNU" "Linux Programmer's Manual"
.SH NAME
strsep \- extract token from string
.SH SYNOPSIS
@@ -53,8 +53,8 @@ and does nothing else.
Otherwise, this function finds the first token
in the string \fI*stringp\fP, where tokens
are delimited by symbols in the string \fIdelim\fP.
-This token is terminated with a \(aq\\0\(aq character
-(by overwriting the delimiter)
+This token is terminated by overwriting the delimiter
+with a null byte (\(aq\\0\(aq)
and \fI*stringp\fP is updated to point past the token.
In case no delimiter was found, the token is taken to be
the entire string \fI*stringp\fP, and \fI*stringp\fP is made NULL.