Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Change to uintmax_t again.
details: https://anonhg.NetBSD.org/src/rev/8606281f407c
branches: trunk
changeset: 782111:8606281f407c
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Oct 16 19:40:59 2012 +0000
description:
Change to uintmax_t again.
diffstat:
share/man/man3/bits.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 02ce2a68579d -r 8606281f407c share/man/man3/bits.3
--- a/share/man/man3/bits.3 Tue Oct 16 17:39:35 2012 +0000
+++ b/share/man/man3/bits.3 Tue Oct 16 19:40:59 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bits.3,v 1.13 2012/10/16 17:39:35 msaitoh Exp $
+.\" $NetBSD: bits.3,v 1.14 2012/10/16 19:40:59 msaitoh Exp $
.\"
.\" Copyright (c) 2006, 2010 David Young. All rights reserved.
.\"
@@ -38,9 +38,9 @@
.Sh SYNOPSIS
.In sys/param.h
.In sys/cdefs.h
-.Ft uint64_t
+.Ft uintmax_t
.Fn __BIT "n"
-.Ft uint64_t
+.Ft uintmax_t
.Fn __BITS "m" "n"
.Fn __SHIFTIN "v" "mask"
.Fn __SHIFTOUT "v" "mask"
Home |
Main Index |
Thread Index |
Old Index