diff options
author | cem <cem@FreeBSD.org> | 2015-10-17 19:55:58 +0000 |
---|---|---|
committer | cem <cem@FreeBSD.org> | 2015-10-17 19:55:58 +0000 |
commit | bb2ba2b05822ddcfcb0bdbc2f911c03050029ccf (patch) | |
tree | 914fcc5c10641bab87a6fd3effab8d1fa1ab4641 /lib/libc | |
parent | 033aea1f46af1feb86552e90de8a75392cb3c7e3 (diff) | |
download | FreeBSD-src-bb2ba2b05822ddcfcb0bdbc2f911c03050029ccf.zip FreeBSD-src-bb2ba2b05822ddcfcb0bdbc2f911c03050029ccf.tar.gz |
Document bitset(9)
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 |