diff options
author | ngie <ngie@FreeBSD.org> | 2015-10-17 22:20:06 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-10-17 22:20:06 +0000 |
commit | 36dc345b9c983d9bbe52a0d1649f0888663e39c2 (patch) | |
tree | 413eeb491f0d8bbc7a087a209af10e7fba012a32 /lib/libc | |
parent | 42a00c3dbdb078f28fbce3f260099118502857fb (diff) | |
parent | 4cfd9e94877579cedf7caddb77ff4087bbaa6792 (diff) | |
download | FreeBSD-src-36dc345b9c983d9bbe52a0d1649f0888663e39c2.zip FreeBSD-src-36dc345b9c983d9bbe52a0d1649f0888663e39c2.tar.gz |
MFhead @ r289471
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/ffs.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index 192771f..8d2601d 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 |