Module Name: src
Committed By: wiz
Date: Tue Jul 21 13:22:15 UTC 2009
Modified Files:
src/lib/libc/string: ffs.3
Log Message:
Xref popcount(3).
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/string/ffs.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/string/ffs.3
diff -u src/lib/libc/string/ffs.3:1.10 src/lib/libc/string/ffs.3:1.11
--- src/lib/libc/string/ffs.3:1.10 Thu Aug 7 16:43:47 2003
+++ src/lib/libc/string/ffs.3 Tue Jul 21 13:22:15 2009
@@ -28,9 +28,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ffs.3 8.2 (Berkeley) 4/19/94
-.\" $NetBSD: ffs.3,v 1.10 2003/08/07 16:43:47 agc Exp $
+.\" $NetBSD: ffs.3,v 1.11 2009/07/21 13:22:15 wiz Exp $
.\"
-.Dd April 19, 1994
+.Dd July 21, 2009
.Dt FFS 3
.Os
.Sh NAME
@@ -52,7 +52,8 @@
bit.
A return value of 0 means that the argument was zero.
.Sh SEE ALSO
-.Xr bitstring 3
+.Xr bitstring 3 ,
+.Xr popcount 3
.Sh HISTORY
The
.Fn ffs