description of return val for bit_test was reversed.
This commit is contained in:
parent
5e98929cee
commit
7523985763
@ -32,7 +32,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)bitstring.3 5.4 (Berkeley) 4/19/91
|
.\" from: @(#)bitstring.3 5.4 (Berkeley) 4/19/91
|
||||||
.\" $Id: bitstring.3,v 1.2 1993/08/01 07:37:14 mycroft Exp $
|
.\" $Id: bitstring.3,v 1.3 1993/08/25 22:25:05 cgd Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd April 19, 1991
|
.Dd April 19, 1991
|
||||||
.Dt BITSTRING 3
|
.Dt BITSTRING 3
|
||||||
@ -113,11 +113,11 @@ in the bit string
|
|||||||
The
|
The
|
||||||
.Fn bit_test
|
.Fn bit_test
|
||||||
macro
|
macro
|
||||||
evaluates to zero if the zero-based numbered bit
|
evaluates to non-zero if the zero-based numbered bit
|
||||||
.Fa bit
|
.Fa bit
|
||||||
of bit string
|
of bit string
|
||||||
.Fa name
|
.Fa name
|
||||||
is set, and non-zero otherwise.
|
is set, and zero otherwise.
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Fn bit_ffs
|
.Fn bit_ffs
|
||||||
|
Loading…
Reference in New Issue
Block a user