]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strpbrk.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / strpbrk.3
index 4ebf9deb08dd81b3cc0212b4d4a6714d68a83c47..70b736c4f92e5f4549793ecb6a28154bfa6c6424 100644 (file)
@@ -39,15 +39,15 @@ The
 .BR strpbrk ()
 function locates the first occurrence in the
 string \fIs\fP of any of the bytes in the string \fIaccept\fP.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR strpbrk ()
 function returns a pointer to the byte in
 \fIs\fP that matches one of the bytes in \fIaccept\fP, or NULL
 if no such byte is found.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, 4.3BSD, C89, C99.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR index (3),
 .BR memchr (3),
 .BR rindex (3),