From 752398576335f5a77bf9727788e26da3eb10fd04 Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 25 Aug 1993 22:25:05 +0000 Subject: [PATCH] description of return val for bit_test was reversed. --- share/man/man3/bitstring.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3 index a97248fa6468..e2d85d5f3a41 100644 --- a/share/man/man3/bitstring.3 +++ b/share/man/man3/bitstring.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" 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 .Dt BITSTRING 3 @@ -113,11 +113,11 @@ in the bit string The .Fn bit_test macro -evaluates to zero if the zero-based numbered bit +evaluates to non-zero if the zero-based numbered bit .Fa bit of bit string .Fa name -is set, and non-zero otherwise. +is set, and zero otherwise. .Pp The .Fn bit_ffs