Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/string Note that strchrnul() first appeared in glib...



details:   https://anonhg.NetBSD.org/src/rev/74977b103ecd
branches:  trunk
changeset: 373306:74977b103ecd
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Jan 31 01:42:32 2023 +0000

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

diffstat:

 lib/libc/string/strchr.3 |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r bdde6f5dbea3 -r 74977b103ecd lib/libc/string/strchr.3
--- a/lib/libc/string/strchr.3  Mon Jan 30 19:51:33 2023 +0000
+++ b/lib/libc/string/strchr.3  Tue Jan 31 01:42:32 2023 +0000
@@ -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 @@
 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 .



Home | Main Index | Thread Index | Old Index