Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Reference bitstring(3).



details:   https://anonhg.NetBSD.org/src/rev/6e92523b4427
branches:  trunk
changeset: 752606:6e92523b4427
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Mar 02 06:37:11 2010 +0000

description:
Reference bitstring(3).

diffstat:

 share/man/man9/setbit.9 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r edabaa9d5ba6 -r 6e92523b4427 share/man/man9/setbit.9
--- a/share/man/man9/setbit.9   Tue Mar 02 06:20:03 2010 +0000
+++ b/share/man/man9/setbit.9   Tue Mar 02 06:37:11 2010 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index