svn commit: r187147 - head/lib/libc/string

Konstantin Belousov kib at FreeBSD.org
Tue Jan 13 05:19:42 PST 2009


Author: kib
Date: Tue Jan 13 13:19:42 2009
New Revision: 187147
URL: http://svn.freebsd.org/changeset/base/187147

Log:
  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

Modified:
  head/lib/libc/string/ffs.3

Modified: head/lib/libc/string/ffs.3
==============================================================================
--- head/lib/libc/string/ffs.3	Tue Jan 13 12:47:59 2009	(r187146)
+++ head/lib/libc/string/ffs.3	Tue Jan 13 13:19:42 2009	(r187147)
@@ -108,4 +108,4 @@ The
 and
 .Fn flsll
 functions appeared in
-.Fx 8.0 .
+.Fx 7.1 .


More information about the svn-src-head mailing list