]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strtok.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / strtok.3
index 39ca0608858f5ba78a2ef9a20060bbcbfec9b64d..13c45ce6f995368f67505ac72697ed2ac1a6d974 100644 (file)
@@ -101,14 +101,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 +198,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),