svn commit: r221538 - in stable: 7/lib/libc/string 8/lib/libc/string
Xin LI
delphij at FreeBSD.org
Fri May 6 18:40:52 UTC 2011
Author: delphij
Date: Fri May 6 18:40:51 2011
New Revision: 221538
URL: http://svn.freebsd.org/changeset/base/221538
Log:
MFC r221401:
Fix prototype for ffsll(3) and fls(3).
PR: docs/156796
Submitted by: Jean-Yves Migeon <jeanyves.migeon free.fr>
Modified:
stable/8/lib/libc/string/ffs.3
Directory Properties:
stable/8/lib/libc/ (props changed)
stable/8/lib/libc/stdtime/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/7/lib/libc/string/ffs.3
Directory Properties:
stable/7/lib/libc/ (props changed)
stable/7/lib/libc/stdtime/ (props changed)
Modified: stable/8/lib/libc/string/ffs.3
==============================================================================
--- stable/8/lib/libc/string/ffs.3 Fri May 6 17:51:00 2011 (r221537)
+++ stable/8/lib/libc/string/ffs.3 Fri May 6 18:40:51 2011 (r221538)
@@ -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-stable-8
mailing list