From 848d003b901a7c05557ef5badd7aae17dfc4470d Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 6 Nov 2025 17:19:11 +0000 Subject: tweak previous: "functions returns" -> "functions return" and add a missing Oxford comma --- src/lib/libc/string/ffs.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libc') diff --git a/src/lib/libc/string/ffs.3 b/src/lib/libc/string/ffs.3 index 630db1c584..0b78fbfd33 100644 --- a/src/lib/libc/string/ffs.3 +++ b/src/lib/libc/string/ffs.3 @@ -27,9 +27,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ffs.3,v 1.12 2025/10/24 11:30:06 claudio Exp $ +.\" $OpenBSD: ffs.3,v 1.13 2025/11/06 17:19:11 schwarze Exp $ .\" -.Dd $Mdocdate: October 24 2025 $ +.Dd $Mdocdate: November 6 2025 $ .Dt FFS 3 .Os .Sh NAME @@ -48,12 +48,12 @@ .Sh DESCRIPTION The .Fn ffs , -.Fn ffsl +.Fn ffsl , and .Fn ffsll functions find the first bit set in .Fa value -and returns the index of that bit. +and return the index of that bit. Bits are numbered starting from 1, starting at the rightmost bit. A return value of 0 means that the argument was zero. .Sh SEE ALSO -- cgit v1.2.3-55-g6feb