Module Name: src
Committed By: pgoyette
Date: Tue May 5 13:12:25 UTC 2009
Modified Files:
src/lib/libutil: snprintb.3
Log Message:
Update type of argument 4 from u_quad_t to uint64_t to match the actual
implementation.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libutil/snprintb.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libutil/snprintb.3
diff -u src/lib/libutil/snprintb.3:1.12 src/lib/libutil/snprintb.3:1.13
--- src/lib/libutil/snprintb.3:1.12 Thu Mar 26 05:00:10 2009
+++ src/lib/libutil/snprintb.3 Tue May 5 13:12:25 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: snprintb.3,v 1.12 2009/03/26 05:00:10 uebayasi Exp $
+.\" $NetBSD: snprintb.3,v 1.13 2009/05/05 13:12:25 pgoyette Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 26, 2009
+.Dd May 5, 2009
.Dt SNPRINTB 3
.Os
.Sh NAME
@@ -38,7 +38,7 @@
.Sh SYNOPSIS
.In util.h
.Ft int
-.Fn "snprintb" "char *buf" "size_t buflen" "const char *fmt" "u_quad_t val"
+.Fn "snprintb" "char *buf" "size_t buflen" "const char *fmt" "uint_t val"
.Sh DESCRIPTION
The
.Fn snprintb