From 9a991ffd99a723a3807537d6463d4f8b3800dcb3 Mon Sep 17 00:00:00 2001 From: jruoho Date: Fri, 8 Apr 2011 08:42:56 +0000 Subject: [PATCH] Clarify a little; ilog2(3) is a macro. --- share/man/man3/bitops.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/man/man3/bitops.3 b/share/man/man3/bitops.3 index 19fbde59c180..82c773666f59 100644 --- a/share/man/man3/bitops.3 +++ b/share/man/man3/bitops.3 @@ -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 .\" All rights reserved. @@ -46,12 +46,13 @@ functions to find the first and last bit in integers of type and .Vt uint64_t .It Xr ilog2 3 -a function for binary logarithm +a macro for binary logarithm .It Xr fast_divide32 3 a function for fast 32-bit division .El .Sh SEE ALSO .Xr bits 3 , +.Xr bitstring 3 , .Xr cdefs 3 , .Xr param 3 .Sh HISTORY