Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Small changes to wording and markup.



details:   https://anonhg.NetBSD.org/src/rev/6ed642e41da9
branches:  trunk
changeset: 753275:6ed642e41da9
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Mar 22 08:04:25 2010 +0000

description:
Small changes to wording and markup.

diffstat:

 share/man/man3/bits.3 |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r e040aea6875f -r 6ed642e41da9 share/man/man3/bits.3
--- a/share/man/man3/bits.3     Mon Mar 22 05:39:00 2010 +0000
+++ b/share/man/man3/bits.3     Mon Mar 22 08:04:25 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index