diff options
author | kib <kib@FreeBSD.org> | 2009-01-13 13:19:42 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2009-01-13 13:19:42 +0000 |
commit | 3afbde34acd3481bd682bc811c1235ddded3632f (patch) | |
tree | 73fb9a41f6cd2dd292617c605e806e766573e558 /lib/libc/string | |
parent | 888dca1c5f58557cb3c072587ac89ddc014be879 (diff) | |
download | FreeBSD-src-3afbde34acd3481bd682bc811c1235ddded3632f.zip FreeBSD-src-3afbde34acd3481bd682bc811c1235ddded3632f.tar.gz |
Document that ffsll(3) and flsll(3) functions first appeared in
FreeBSD 7.1
Submitted by: Jan Henrik Sylvester <me janh de>
MFC after: 3 days
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/ffs.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index e66d7eb..acb1ac8 100644 --- a/lib/libc/string/ffs.3 +++ b/lib/libc/string/ffs.3 @@ -108,4 +108,4 @@ The and .Fn flsll functions appeared in -.Fx 8.0 . +.Fx 7.1 . |