summaryrefslogtreecommitdiffstats
path: root/man3/strchr.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:52:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:52:22 +0000
commit7f3caba522f4d24764f29d83aa2de9198bb7f01c (patch)
tree66b798ea74302325d6a5c11df044cbe4bb845af1 /man3/strchr.3
parentAdding upstream version 6.7. (diff)
downloadmanpages-7f3caba522f4d24764f29d83aa2de9198bb7f01c.tar.xz
manpages-7f3caba522f4d24764f29d83aa2de9198bb7f01c.zip
Adding upstream version 6.8.upstream/6.8upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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),