Module Name: src
Committed By: msaitoh
Date: Tue Oct 16 19:40:59 UTC 2012
Modified Files:
src/share/man/man3: bits.3
Log Message:
Change to uintmax_t again.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/share/man/man3/bits.3:1.14
--- src/share/man/man3/bits.3:1.13 Tue Oct 16 17:39:35 2012
+++ src/share/man/man3/bits.3 Tue Oct 16 19:40:59 2012
@@ -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"