Module Name: src Committed By: jruoho Date: Fri Apr 8 08:42:56 UTC 2011
Modified Files: src/share/man/man3: bitops.3 Log Message: Clarify a little; ilog2(3) is a macro. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/bitops.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man3/bitops.3 diff -u src/share/man/man3/bitops.3:1.1 src/share/man/man3/bitops.3:1.2 --- src/share/man/man3/bitops.3:1.1 Fri Apr 8 08:36:34 2011 +++ src/share/man/man3/bitops.3 Fri Apr 8 08:42:56 2011 @@ -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 <jruoho...@iki.fi> .\" All rights reserved. @@ -46,12 +46,13 @@ 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