Module Name: src
Committed By: jruoho
Date: Tue Mar 2 06:37:11 UTC 2010
Modified Files:
src/share/man/man9: setbit.9
Log Message:
Reference bitstring(3).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/share/man/man9/setbit.9:1.2
--- src/share/man/man9/setbit.9:1.1 Mon Mar 1 19:09:41 2010
+++ src/share/man/man9/setbit.9 Tue Mar 2 06:37:11 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: setbit.9,v 1.1 2010/03/01 19:09:41 jruoho Exp $
+.\" $NetBSD: setbit.9,v 1.2 2010/03/02 06:37:11 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -74,6 +74,8 @@
setbit(buf, 12); /* set the fifth bit in the second byte */
.Ed
+.Sh SEE ALSO
+.Xr bitstring 3
.Sh CAVEATS
The number of valid bits in a given array is assumed to be multiple of
.Dv CHAR_BIT ,