Module Name:    src
Committed By:   jym
Date:           Sat Apr 30 19:34:11 UTC 2011

Modified Files:
        src/share/man/man3: bits.3

Log Message:
Small typo fix.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/share/man/man3/bits.3:1.12
--- src/share/man/man3/bits.3:1.11	Fri Apr  8 08:40:05 2011
+++ src/share/man/man3/bits.3	Sat Apr 30 19:34:10 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: bits.3,v 1.11 2011/04/08 08:40:05 jruoho Exp $
+.\"	$NetBSD: bits.3,v 1.12 2011/04/30 19:34:10 jym Exp $
 .\"
 .\" Copyright (c) 2006, 2010 David Young.  All rights reserved.
 .\"
@@ -61,7 +61,9 @@
 .Pp
 .Bl -tag -width __BITS -offset indent
 .It Fn __BIT "n"
-Return a bitmask with bit m set, where the least significant bit is bit 0.
+Return a bitmask with bit
+.Fa n
+set, where the least significant bit is bit 0.
 .It Fn __BITS "m" "n"
 Return a bitmask with bits
 .Fa m

Reply via email to