diff options
| author | simonb <simonb@NetBSD.org> | 2023-01-31 01:42:32 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2023-01-31 01:42:32 +0000 |
| commit | 3147e8fd6ed481cd79d06ac312224233cd93fb8a (patch) | |
| tree | 8f4e7b1cf35a91b47bb090c7131542d6deec49f3 /lib/libc | |
| parent | a99c216cccd0c98bd3d2159bfc9f0868ea3fd3ec (diff) | |
Note that strchrnul() first appeared in glibc 2.1.1 and appeared in
FreeBSD 10 before it appeared in NetBSD 8.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/string/strchr.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index 00711c4d8c7..9bd7145123c 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -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 . |
