summaryrefslogtreecommitdiffstats
path: root/man3/strchr.3
diff options
context:
space:
mode:
authorKrónos <Krónos@Sāturnus>1993-10-11 00:00:00 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-15 23:09:38 +0100
commit9e0fdb0c0192079e5847f49832374ea28b5ad436 (patch)
tree0eb6ca406983d655aa04225550ec9f8a6c265e90 /man3/strchr.3
parent3c23040573650f36a3f2778a3629f4ae7e6c10ab (diff)
downloadman-pages-prehistory-backwards.tar.gz
man-pages-1.1 seems to be missing. :/ Link: <https://www.win.tue.nl/~aeb/ftpdocs/linux-local/manpages.archive/> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3/strchr.3')
-rw-r--r--man3/strchr.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strchr.3 b/man3/strchr.3
index 4c1bbdf56a..0152bc541a 100644
--- a/man3/strchr.3
+++ b/man3/strchr.3
@@ -27,6 +27,6 @@ The \fBstrchr()\fP and \fBstrrchr()\fP functions return a pointer to
the matched character or NULL if the character is not found.
.SH "CONFORMING TO"
SVID 3, POSIX, BSD 4.3, ISO 9899
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR index "(3), " memchr "(3), " rindex "(3), " strpbrk (3),
.BR strsep "(3), " strspn "(3), " strstr "(3), " strtok (3)