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 typo fix.



details:   https://anonhg.NetBSD.org/src/rev/95bfcc7379df
branches:  trunk
changeset: 764679:95bfcc7379df
user:      jym <jym%NetBSD.org@localhost>
date:      Sat Apr 30 19:34:10 2011 +0000

description:
Small typo fix.

diffstat:

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

diffs (20 lines):

diff -r aaa4e0fa3655 -r 95bfcc7379df share/man/man3/bits.3
--- a/share/man/man3/bits.3     Sat Apr 30 19:21:09 2011 +0000
+++ b/share/man/man3/bits.3     Sat Apr 30 19:34:10 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index