Module Name: src
Committed By: msaitoh
Date: Tue Oct 16 17:39:35 UTC 2012
Modified Files:
src/share/man/man3: bits.3
Log Message:
Return value of __BIT() and __BITS() is not uint32_t but uint64_t.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man3/bits.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/bits.3
diff -u src/share/man/man3/bits.3:1.12 src/share/man/man3/bits.3:1.13
--- src/share/man/man3/bits.3:1.12 Sat Apr 30 19:34:10 2011
+++ src/share/man/man3/bits.3 Tue Oct 16 17:39:35 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: bits.3,v 1.12 2011/04/30 19:34:10 jym Exp $
+.\" $NetBSD: bits.3,v 1.13 2012/10/16 17:39:35 msaitoh Exp $
.\"
.\" Copyright (c) 2006, 2010 David Young. All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 8, 2011
+.Dd October 17, 2012
.Dt BITS 3
.Os
.Sh NAME
@@ -38,9 +38,9 @@
.Sh SYNOPSIS
.In sys/param.h
.In sys/cdefs.h
-.Ft uint32_t
+.Ft uint64_t
.Fn __BIT "n"
-.Ft uint32_t
+.Ft uint64_t
.Fn __BITS "m" "n"
.Fn __SHIFTIN "v" "mask"
.Fn __SHIFTOUT "v" "mask"