Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Return value of __BIT() and __BITS() is not u...



details:   https://anonhg.NetBSD.org/src/rev/02ce2a68579d
branches:  trunk
changeset: 782110:02ce2a68579d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Oct 16 17:39:35 2012 +0000

description:
Return value of __BIT() and __BITS() is not uint32_t but uint64_t.

diffstat:

 share/man/man3/bits.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 41c364f17de7 -r 02ce2a68579d share/man/man3/bits.3
--- a/share/man/man3/bits.3     Tue Oct 16 12:56:10 2012 +0000
+++ b/share/man/man3/bits.3     Tue Oct 16 17:39:35 2012 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index