Small typo fix.

This commit is contained in:
jym 2011-04-30 19:34:10 +00:00
parent 676a6668e7
commit 8e2b504dac
1 changed files with 4 additions and 2 deletions

View File

@ -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 @@ to define bitmasks:
.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