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

Xin LI delphij at FreeBSD.org
Tue May 3 19:33:07 UTC 2011


Author: delphij
Date: Tue May  3 19:33:06 2011
New Revision: 221401
URL: http://svn.freebsd.org/changeset/base/221401

Log:
  Fix prototype for ffsll(3) and fls(3).
  
  PR:		docs/156796
  Submitted by:	Jean-Yves Migeon <jeanyves.migeon free.fr>
  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 May  3 19:12:42 2011	(r221400)
+++ head/lib/libc/string/ffs.3	Tue May  3 19:33:06 2011	(r221401)
@@ -30,7 +30,7 @@
 .\"     @(#)ffs.3	8.2 (Berkeley) 4/19/94
 .\" $FreeBSD$
 .\"
-.Dd October 26, 2008
+.Dd May 3, 2011
 .Dt FFS 3
 .Os
 .Sh NAME
@@ -50,8 +50,8 @@
 .Ft int
 .Fn ffsl "long value"
 .Ft int
-.Ft int
 .Fn ffsll "long long value"
+.Ft int
 .Fn fls "int value"
 .Ft int
 .Fn flsl "long value"


More information about the svn-src-head mailing list