Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/share/man/man3 share/man/man3/bits.3 1.13-1.14
details: https://anonhg.NetBSD.org/src/rev/7b42c2d727d3
branches: netbsd-6
changeset: 775412:7b42c2d727d3
user: riz <riz%NetBSD.org@localhost>
date: Thu Oct 25 17:09:43 2012 +0000
description:
share/man/man3/bits.3 1.13-1.14
Document the correct return value of __BIT() and __BITS().
[msaitoh, ticket #636]
diffstat:
share/man/man3/bits.3 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 686aafd4d248 -r 7b42c2d727d3 share/man/man3/bits.3
--- a/share/man/man3/bits.3 Thu Oct 25 16:50:13 2012 +0000
+++ b/share/man/man3/bits.3 Thu Oct 25 17:09:43 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.12.6.1 2012/10/25 17:09:43 riz 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 uintmax_t
.Fn __BIT "n"
-.Ft uint32_t
+.Ft uintmax_t
.Fn __BITS "m" "n"
.Fn __SHIFTIN "v" "mask"
.Fn __SHIFTOUT "v" "mask"
Home |
Main Index |
Thread Index |
Old Index