aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2015-10-17 19:55:58 +0000
committerConrad Meyer <cem@FreeBSD.org>2015-10-17 19:55:58 +0000
commit7ebf41220caedbe6d2e62f043b0f6f7837d83036 (patch)
tree914fcc5c10641bab87a6fd3effab8d1fa1ab4641 /lib/libc
parent6aa751cff1194c943b4d72348a780b2c5fb4abd2 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/ffs.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3
index 192771ffaeea9..8d2601d6efc73 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 September 29, 2012
+.Dd October 17, 2015
.Dt FFS 3
.Os
.Sh NAME
@@ -81,7 +81,8 @@ Bits are numbered starting at 1, the least significant bit.
A return value of zero from any of these functions means that the
argument was zero.
.Sh SEE ALSO
-.Xr bitstring 3
+.Xr bitstring 3 ,
+.Xr bitset 9
.Sh HISTORY
The
.Fn ffs