From a5d6f6fd6aaa10abeee5065d9fc11b1326b78d15 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 22 Jan 2022 09:22:41 +0000 Subject: [PATCH] New sentence, new line. --- share/man/man3/bits.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/man/man3/bits.3 b/share/man/man3/bits.3 index e0b1e7c11f3f..9110c11c0b1a 100644 --- a/share/man/man3/bits.3 +++ b/share/man/man3/bits.3 @@ -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