Clarify a little; ilog2(3) is a macro.
This commit is contained in:
parent
e5c4609f82
commit
9a991ffd99
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: bitops.3,v 1.1 2011/04/08 08:36:34 jruoho Exp $
|
.\" $NetBSD: bitops.3,v 1.2 2011/04/08 08:42:56 jruoho Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2011 Jukka Ruohonen <jruohonen@iki.fi>
|
.\" Copyright (c) 2011 Jukka Ruohonen <jruohonen@iki.fi>
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -46,12 +46,13 @@ functions to find the first and last bit in integers of type
|
||||||
and
|
and
|
||||||
.Vt uint64_t
|
.Vt uint64_t
|
||||||
.It Xr ilog2 3
|
.It Xr ilog2 3
|
||||||
a function for binary logarithm
|
a macro for binary logarithm
|
||||||
.It Xr fast_divide32 3
|
.It Xr fast_divide32 3
|
||||||
a function for fast 32-bit division
|
a function for fast 32-bit division
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr bits 3 ,
|
.Xr bits 3 ,
|
||||||
|
.Xr bitstring 3 ,
|
||||||
.Xr cdefs 3 ,
|
.Xr cdefs 3 ,
|
||||||
.Xr param 3
|
.Xr param 3
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
|
|
Loading…
Reference in New Issue