aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strchr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strchr.3')
-rw-r--r--man3/strchr.324
1 files changed, 16 insertions, 8 deletions
diff --git a/man3/strchr.3 b/man3/strchr.3
index 5952009c96..d3d88beebf 100644
--- a/man3/strchr.3
+++ b/man3/strchr.3
@@ -101,16 +101,24 @@ T} Thread safety MT-Safe
.hy
.ad
.sp 1
-.SH VERSIONS
-.BR strchrnul ()
-was added in glibc 2.1.1.
.SH STANDARDS
-.BR strchr (),
-.BR strrchr ():
-POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
-.PP
+.TP
+.BR strchr ()
+.TQ
+.BR strrchr ()
+C11, POSIX.1-2008.
+.TP
+.BR strchrnul ()
+GNU.
+.SH HISTORY
+.TP
+.BR strchr ()
+.TQ
+.BR strrchr ()
+POSIX.1-2001, C89, SVr4, 4.3BSD.
+.TP
.BR strchrnul ()
-is a GNU extension.
+glibc 2.1.1.
.SH SEE ALSO
.BR memchr (3),
.BR string (3),