mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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:
parent
bd5c368604
commit
5b5140322d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221401
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user