Module Name: src
Committed By: jruoho
Date: Mon Mar 22 08:04:25 UTC 2010
Modified Files:
src/share/man/man3: bits.3
Log Message:
Small changes to wording and markup.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/bits.3
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/man3/bits.3
diff -u src/share/man/man3/bits.3:1.5 src/share/man/man3/bits.3:1.6
--- src/share/man/man3/bits.3:1.5 Tue Mar 2 06:52:53 2010
+++ src/share/man/man3/bits.3 Mon Mar 22 08:04:25 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: bits.3,v 1.5 2010/03/02 06:52:53 jruoho Exp $
+.\" $NetBSD: bits.3,v 1.6 2010/03/22 08:04:25 jruoho Exp $
.\"
.\" Copyright (c) 2006 David Young. All rights reserved.
.\"
@@ -52,7 +52,11 @@
is a span of consecutive bits defined by a bitmask, where 1s select
the bits in the bitfield.
.Pp
-Use __BIT and __BITS to define bitmasks:
+Use
+.Fn __BIT
+and
+.Fn __BITS
+to define bitmasks:
.Pp
.Bl -tag -width __BITS -offset indent
.It Fn __BIT "n"
@@ -143,8 +147,7 @@
macros first appeared in
.Xr atw 4 ,
with different names and implementation.
-.Nm bits
-macros appeared with their current names and implementation in
+In their current these macros appeared in
.Nx 4.0 .
.Sh AUTHORS
The