Module Name: src
Committed By: wiz
Date: Sat Jan 22 09:22:41 UTC 2022
Modified Files:
src/share/man/man3: bits.3
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/share/man/man3/bits.3:1.22
--- src/share/man/man3/bits.3:1.21 Sat Jan 22 08:58:48 2022
+++ src/share/man/man3/bits.3 Sat Jan 22 09:22:41 2022
@@ -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.
.\"
@@ -84,7 +84,8 @@ The least significant bit is bit 0.
.It Fn __MASK "n"
Return a bitmask with the first
.Fa n
-bits set. That is, bits 0 through
+bits set.
+That is, bits 0 through
.Fa n
- 1, inclusive, set.
.El