OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / strtok.3
index 39ca060..6895d38 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (C) 1996 Andries Brouwer (aeb@cwi.nl)
 .\" and Copyright (C) 2005 Michael Kerrisk (mtk.manpages@gmail.com)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -20,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Rewritten old page, 960210, aeb@cwi.nl
 .\" Updated, added strtok_r. 2000-02-13 Nicolás Lichtmaier <nick@debian.org>
@@ -101,14 +103,14 @@ In subsequent calls, \fIstr\fP should be NULL, and
 Different strings may be parsed concurrently using sequences of calls to
 .BR strtok_r ()
 that specify different \fIsaveptr\fP arguments.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR strtok ()
 and
 .BR strtok_r ()
 functions return a pointer to
 the next token, or NULL if there are no more tokens.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 .TP
 .BR strtok ()
 SVr4, POSIX.1-2001, 4.3BSD, C89, C99.
@@ -198,7 +200,7 @@ Another example program using
 .BR strtok ()
 can be found in
 .BR getaddrinfo_a (3).
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR index (3),
 .BR memchr (3),
 .BR rindex (3),