summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-05-06 18:40:51 +0000
committerXin LI <delphij@FreeBSD.org>2011-05-06 18:40:51 +0000
commitb9e6e188c6d9029a079f311ae191edcade409516 (patch)
tree43e05b8222d7dca266400438be5c6129c2add15d
parent35f3522d85f65069c40ce0c20d0c8e13ba2f17a5 (diff)
Notes
-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 acb1ac88b7cd..bf6f5f5889a9 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"