]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strsep.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / strsep.3
index ea23106e631f179d08154301459c582a050dc249..f28fac171d19b5565b507a7982dbde47cb728683 100644 (file)
@@ -8,7 +8,7 @@
 .\" manual under the conditions for verbatim copying, provided that the
 .\" entire resulting derived work is distributed under the terms of a
 .\" permission notice identical to this one.
-.\" 
+.\"
 .\" Since the Linux kernel and libraries are constantly changing, this
 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
 .\" responsibility for errors or omissions, or for damages resulting from
@@ -16,7 +16,7 @@
 .\" have taken the same level of care in the production of this manual,
 .\" which is licensed free of charge, as they might when working
 .\" professionally.
-.\" 
+.\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
@@ -39,7 +39,8 @@ strsep \- extract token from string
 .fi
 .SH DESCRIPTION
 If *\fIstringp\fP is NULL, the \fBstrsep\fP() function returns NULL
-and does nothing else. Otherwise, this function finds the first token
+and does nothing else.
+Otherwise, this function finds the first token
 in the string *\fIstringp\fP, where tokens
 are delimited by symbols in the string \fIdelim\fP.
 This token is terminated with a `\\0' character
@@ -56,7 +57,8 @@ The \fBstrsep\fP() function was introduced as a replacement for
 However, \fBstrtok\fP() conforms to C89/C99 and hence is more portable.
 .SH BUGS
 This function suffers from the same problems as \fBstrtok\fP().
-In particular, it modifies the original string. Avoid it.
+In particular, it modifies the original string.
+Avoid it.
 .SH "CONFORMING TO"
 4.4BSD
 .SH "SEE ALSO"