Fix prototype for ffsll(3) and fls(3).

PR:		docs/156796
Submitted by:	Jean-Yves Migeon <jeanyves.migeon free.fr>
MFC after:	3 days
This commit is contained in:
Xin LI 2011-05-03 19:33:06 +00:00
parent bd5c368604
commit 5b5140322d
1 changed files with 2 additions and 2 deletions

View File

@ -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"