Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Fix another bug (no 'imaxint_t' type).



details:   https://anonhg.NetBSD.org/src/rev/44f75222647d
branches:  trunk
changeset: 764173:44f75222647d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Apr 13 06:41:11 2011 +0000

description:
Fix another bug (no 'imaxint_t' type).

diffstat:

 lib/libc/stdlib/imaxabs.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b5e5acdc9a70 -r 44f75222647d lib/libc/stdlib/imaxabs.3
--- a/lib/libc/stdlib/imaxabs.3 Wed Apr 13 06:35:48 2011 +0000
+++ b/lib/libc/stdlib/imaxabs.3 Wed Apr 13 06:41:11 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: imaxabs.3,v 1.3 2011/04/13 06:35:48 jruoho Exp $
+.\"    $NetBSD: imaxabs.3,v 1.4 2011/04/13 06:41:11 jruoho Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -38,7 +38,7 @@
 .Os
 .Sh NAME
 .Nm imaxabs
-.Nd return the absolute value of a imaxint_t
+.Nd return the absolute value of a intmax_t
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
@@ -50,7 +50,7 @@
 .Fn imaxabs
 function
 returns the absolute value of the
-.Vt imaxint_t
+.Vt intmax_t
 integer
 .Ar x .
 .Sh SEE ALSO



Home | Main Index | Thread Index | Old Index