Module Name: src
Committed By: jruoho
Date: Wed Apr 13 06:41:12 UTC 2011
Modified Files:
src/lib/libc/stdlib: imaxabs.3
Log Message:
Fix another bug (no 'imaxint_t' type).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/stdlib/imaxabs.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/libc/stdlib/imaxabs.3
diff -u src/lib/libc/stdlib/imaxabs.3:1.3 src/lib/libc/stdlib/imaxabs.3:1.4
--- src/lib/libc/stdlib/imaxabs.3:1.3 Wed Apr 13 06:35:48 2011
+++ src/lib/libc/stdlib/imaxabs.3 Wed Apr 13 06:41:11 2011
@@ -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