summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-05-03 19:33:06 +0000
committerdelphij <delphij@FreeBSD.org>2011-05-03 19:33:06 +0000
commit46eb8f2e89a3a96e1047d23f59fb21f5a8165fe1 (patch)
treea2bf50ade2b0a308cb7ec039d9a4eab7f612d1b0 /lib
parent19fa03535ad465f6ee7905fcf3324f82604f5759 (diff)
downloadFreeBSD-src-46eb8f2e89a3a96e1047d23f59fb21f5a8165fe1.zip
FreeBSD-src-46eb8f2e89a3a96e1047d23f59fb21f5a8165fe1.tar.gz
Fix prototype for ffsll(3) and fls(3).
PR: docs/156796 Submitted by: Jean-Yves Migeon <jeanyves.migeon free.fr> MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/ffs.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3
index acb1ac8..bf6f5f5 100644
--- a/lib/libc/string/ffs.3
+++ b/lib/libc/string/ffs.3
@@ -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"
OpenPOWER on IntegriCloud