Module Name: src Committed By: christos Date: Tue Dec 4 18:03:37 UTC 2012
Modified Files: src/share/man/man9: setbit.9 Log Message: more xref. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/setbit.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/setbit.9 diff -u src/share/man/man9/setbit.9:1.2 src/share/man/man9/setbit.9:1.3 --- src/share/man/man9/setbit.9:1.2 Tue Mar 2 01:37:11 2010 +++ src/share/man/man9/setbit.9 Tue Dec 4 13:03:37 2012 @@ -1,4 +1,4 @@ -.\" $NetBSD: setbit.9,v 1.2 2010/03/02 06:37:11 jruoho Exp $ +.\" $NetBSD: setbit.9,v 1.3 2012/12/04 18:03:37 christos Exp $ .\" .\" Copyright (c) 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd March 1, 2010 +.Dd December 4, 2012 .Dt SETBIT 9 .Os .Sh NAME @@ -75,6 +75,7 @@ char buf[10]; setbit(buf, 12); /* set the fifth bit in the second byte */ .Ed .Sh SEE ALSO +.Xr bitmap 3 , .Xr bitstring 3 .Sh CAVEATS The number of valid bits in a given array is assumed to be multiple of