diff options
author | brueffer <brueffer@FreeBSD.org> | 2009-04-23 08:37:56 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2009-04-23 08:37:56 +0000 |
commit | ecbce5102df1829eb877dc27f25b7cea46f38cd4 (patch) | |
tree | a5901de9add387e4543bcb76d37f4d1ff495cb19 /lib/libc/string | |
parent | 33a498785c4f9900c5a1d8ac00317d2f9b5d5a95 (diff) | |
download | FreeBSD-src-ecbce5102df1829eb877dc27f25b7cea46f38cd4.zip FreeBSD-src-ecbce5102df1829eb877dc27f25b7cea46f38cd4.tar.gz |
Correct the information about when the respective functionality first
appeared in FreeBSD.
PR: 133785
Submitted by: Ulrich Spoerlein <uqs@spoerlein.net>
MFC after: 3 days
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/memchr.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index ae2a22c..ae883bf 100644 --- a/lib/libc/string/memchr.3 +++ b/lib/libc/string/memchr.3 @@ -100,6 +100,6 @@ The .Fn memrchr function first appeared in GNU libc 2.1.91, this implementation first appeared in -.Fx 8.0 , +.Fx 6.4 , coming from .Ox 4.3 . |