Improve BIT_FLS() documentation.

Submitted by:	Sebastian Huber <sebastian.huber@embedded-brains.de>
MFC after:	6 days
This commit is contained in:
Konstantin Belousov 2017-07-07 05:43:44 +00:00
parent 95595f99b9
commit e967aa2682
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320762

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 6, 2017
.Dd July 7, 2017
.Dt BITSET 9
.Os
.Sh NAME
@ -519,4 +519,6 @@ argument to all of these macros must match the value given to
.Pp
Unlike every other reference to individual set members, which are zero-indexed,
.Fn BIT_FFS
returns a one-indexed result (or zero if the set is empty).
and
.Fn BIT_FLS
return a one-indexed result (or zero if the set is empty).