Module Name:    src
Committed By:   simonb
Date:           Tue Jan 31 01:42:32 UTC 2023

Modified Files:
        src/lib/libc/string: strchr.3

Log Message:
Note that strchrnul() first appeared in glibc 2.1.1 and appeared in
FreeBSD 10 before it appeared in NetBSD 8.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/strchr.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/string/strchr.3
diff -u src/lib/libc/string/strchr.3:1.14 src/lib/libc/string/strchr.3:1.15
--- src/lib/libc/string/strchr.3:1.14	Thu Nov 26 23:13:55 2020
+++ src/lib/libc/string/strchr.3	Tue Jan 31 01:42:32 2023
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strchr.3	8.2 (Berkeley) 4/19/94
-.\"	$NetBSD: strchr.3,v 1.14 2020/11/26 23:13:55 rillig Exp $
+.\"	$NetBSD: strchr.3,v 1.15 2023/01/31 01:42:32 simonb Exp $
 .\"
 .Dd November 27, 2020
 .Dt STRCHR 3
@@ -109,7 +109,10 @@ The
 function
 conforms to
 .St -ansiC .
-.The
+.Sh HISTORY
+The
 .Fn strchrnul
-function appeared in
+first appeared in glibc 2.1.1 and was added to
+.Fx 10
+and
 .Nx 8 .

Reply via email to