Module Name: src
Committed By: jruoho
Date: Tue May 10 06:39:46 UTC 2011
Modified Files:
src/share/man/man3: ilog2.3
Log Message:
Xref ilogb(3).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man3/ilog2.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/ilog2.3
diff -u src/share/man/man3/ilog2.3:1.4 src/share/man/man3/ilog2.3:1.5
--- src/share/man/man3/ilog2.3:1.4 Fri Apr 8 08:40:05 2011
+++ src/share/man/man3/ilog2.3 Tue May 10 06:39:45 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: ilog2.3,v 1.4 2011/04/08 08:40:05 jruoho Exp $ $
+.\" $NetBSD: ilog2.3,v 1.5 2011/05/10 06:39:45 jruoho Exp $ $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 8, 2011
+.Dd May 10, 2011
.Dt ILOG2 3
.Os
.Sh NAME
@@ -55,6 +55,7 @@
A value \-1 is returned on error.
.Sh SEE ALSO
.Xr bitops 3 ,
+.Xr ilogb 3 ,
.Xr log2 3 ,
.Xr imax 9 ,
.Xr powerof2 9