OSDN Git Service

(split) LDP_man-pages: update original to v3.35.
[linuxjm/LDP_man-pages.git] / original / man3 / strsep.3
index f23127f..d80b4b2 100644 (file)
@@ -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.