From 64d83d29b93a6c0ac8054eb92dd80025e29a2feb Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 13 Jan 2009 13:19:42 +0000 Subject: [PATCH] Document that ffsll(3) and flsll(3) functions first appeared in FreeBSD 7.1 Submitted by: Jan Henrik Sylvester MFC after: 3 days --- lib/libc/string/ffs.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index e66d7eb1e5f3..acb1ac88b7cd 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 .