New sentence, new line.
This commit is contained in:
parent
a8418b3e5b
commit
a5d6f6fd6a
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: bits.3,v 1.21 2022/01/22 08:58:48 skrll Exp $
|
.\" $NetBSD: bits.3,v 1.22 2022/01/22 09:22:41 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2006, 2010 David Young. All rights reserved.
|
.\" Copyright (c) 2006, 2010 David Young. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -84,7 +84,8 @@ The least significant bit is bit 0.
|
||||||
.It Fn __MASK "n"
|
.It Fn __MASK "n"
|
||||||
Return a bitmask with the first
|
Return a bitmask with the first
|
||||||
.Fa n
|
.Fa n
|
||||||
bits set. That is, bits 0 through
|
bits set.
|
||||||
|
That is, bits 0 through
|
||||||
.Fa n
|
.Fa n
|
||||||
- 1, inclusive, set.
|
- 1, inclusive, set.
|
||||||
.El
|
.El
|
||||||
|
|
Loading…
Reference in New Issue