Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Clarify a little; ilog2(3) is a macro.
details: https://anonhg.NetBSD.org/src/rev/0bcf2f690aa2
branches: trunk
changeset: 763946:0bcf2f690aa2
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Apr 08 08:42:56 2011 +0000
description:
Clarify a little; ilog2(3) is a macro.
diffstat:
share/man/man3/bitops.3 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 35c13b929666 -r 0bcf2f690aa2 share/man/man3/bitops.3
--- a/share/man/man3/bitops.3 Fri Apr 08 08:40:05 2011 +0000
+++ b/share/man/man3/bitops.3 Fri Apr 08 08:42:56 2011 +0000
@@ -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@localhost>
.\" 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
Home |
Main Index |
Thread Index |
Old Index