1 --- ffs.3.bsdnew 2009-11-30 13:52:21.000000000 -0800
2 +++ ffs.3 2009-11-30 13:56:29.000000000 -0800
12 .Nd find first or last bit set in a bit string
21 -.Fn ffsl "long value"
26 -.Fn ffsll "long long value"
29 -.Fn flsl "long value"
31 -.Fn flsll "long long value"
41 functions find the first bit set
42 (beginning with the least significant bit)
46 and return the index of that bit.
55 functions find the last bit set in
58 and return the index of that bit.
60 Bits are numbered starting at 1 (the least significant bit).
61 @@ -98,14 +90,8 @@ compliance.
75 -functions appeared in