summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-04-23 13:58:17 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-26 01:04:04 +0200
commit07178952cc59516ba7ceb465c59d8a0f3da2b461 (patch)
treee13cbbdac5c9f271cef82abbdbedf7dd62fee504
parent224c9a2db50aaf57ee0d30c1f7d6ecae001e49e7 (diff)
strchr.3: HISTORY: strchrnul(3) is present in FreeBSD and NetBSD
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/strchr.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/strchr.3 b/man3/strchr.3
index a0b925e96..55f6add88 100644
--- a/man3/strchr.3
+++ b/man3/strchr.3
@@ -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),