Author: kib Date: Fri Jul 7 05:43:44 2017 New Revision: 320762 URL: https://svnweb.freebsd.org/changeset/base/320762
Log: Improve BIT_FLS() documentation. Submitted by: Sebastian Huber <sebastian.hu...@embedded-brains.de> MFC after: 6 days Modified: head/share/man/man9/bitset.9 Modified: head/share/man/man9/bitset.9 ============================================================================== --- head/share/man/man9/bitset.9 Fri Jul 7 02:48:55 2017 (r320761) +++ head/share/man/man9/bitset.9 Fri Jul 7 05:43:44 2017 (r320762) @@ -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 g .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). _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"