[PATCH] bitset(9): Improve BIT_FLS() documentation

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Jul 7 05:04:31 UTC 2017


---
 share/man/man9/bitset.9 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/share/man/man9/bitset.9 b/share/man/man9/bitset.9
index f7f8a502b04..1d02eee252b 100644
--- a/share/man/man9/bitset.9
+++ b/share/man/man9/bitset.9
@@ -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).
-- 
2.12.3



More information about the freebsd-hackers mailing list