diff options
Diffstat (limited to '')
-rw-r--r-- | man/man3/strchr.3 (renamed from man3/strchr.3) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/strchr.3 b/man/man3/strchr.3 index bff3bd4..3abb02e 100644 --- a/man3/strchr.3 +++ b/man/man3/strchr.3 @@ -11,7 +11,7 @@ .\" 2006-05-19, Justin Pryzby <pryzbyj@justinpryzby.com> .\" Document strchrnul(3). .\" -.TH strchr 3 2023-10-31 "Linux man-pages 6.7" +.TH strchr 3 2024-05-02 "Linux man-pages (unreleased)" .SH NAME strchr, strrchr, strchrnul \- locate character in string .SH LIBRARY @@ -115,7 +115,9 @@ GNU. POSIX.1-2001, C89, SVr4, 4.3BSD. .TP .BR strchrnul () -glibc 2.1.1. +glibc 2.1.1, +FreeBSD 10, +NetBSD 8. .SH SEE ALSO .BR memchr (3), .BR string (3), |