summaryrefslogtreecommitdiffstats
path: root/man3/strpbrk.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strpbrk.3')
-rw-r--r--man3/strpbrk.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strpbrk.3 b/man3/strpbrk.3
index 30b699d679..2370bd4508 100644
--- a/man3/strpbrk.3
+++ b/man3/strpbrk.3
@@ -22,6 +22,6 @@ The \fBstrpbrk()\fP function returns a pointer to the character in
\fIs\fP that matches one of the characters in \fIaccept\fP.
.SH "CONFORMING TO"
SVID 3, POSIX, BSD 4.3, ISO 9899
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR index "(3), " memchr "(3), " rindex "(3), " strchr (3),
.BR strsep "(3), " strspn "(3), " strstr "(3), " strtok (3)