diff options
author | kib <kib@FreeBSD.org> | 2009-03-22 15:29:12 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2009-03-22 15:29:12 +0000 |
commit | 3460a89ecb3b74ddbb785f006a4e063128a858eb (patch) | |
tree | a2cdee650e4b102b14bd02c2df430a2fbead1ed7 /lib/libc/string | |
parent | 12be571301d3728269b1b4df7cce6c84209017eb (diff) | |
download | FreeBSD-src-3460a89ecb3b74ddbb785f006a4e063128a858eb.zip FreeBSD-src-3460a89ecb3b74ddbb785f006a4e063128a858eb.tar.gz |
7.2 will be the first release where strndup() appears.
Submitted by: Florian Smeets <flo kasimir com>
MFC after: 3 days
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strdup.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 080f4e7..11b5fc1 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -80,4 +80,4 @@ function first appeared in The .Fn strndup function was added in -.Fx 8.0 . +.Fx 7.2 . |