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 obvious bug.
details: https://anonhg.NetBSD.org/src/rev/b5e5acdc9a70
branches: trunk
changeset: 764172:b5e5acdc9a70
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Apr 13 06:35:48 2011 +0000
description:
Fix obvious bug.
diffstat:
lib/libc/stdlib/imaxabs.3 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 117940d8b17d -r b5e5acdc9a70 lib/libc/stdlib/imaxabs.3
--- a/lib/libc/stdlib/imaxabs.3 Wed Apr 13 06:29:30 2011 +0000
+++ b/lib/libc/stdlib/imaxabs.3 Wed Apr 13 06:35:48 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: imaxabs.3,v 1.2 2010/03/21 13:39:51 jruoho Exp $
+.\" $NetBSD: imaxabs.3,v 1.3 2011/04/13 06:35:48 jruoho Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" from: @(#)labs.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd March 6, 2000
+.Dd April 13, 2011
.Dt IMAXABS 3
.Os
.Sh NAME
@@ -44,7 +44,7 @@
.Sh SYNOPSIS
.In inttypes.h
.Ft intmax_t
-.Fn imaxabs "intmax_t i"
+.Fn imaxabs "intmax_t x"
.Sh DESCRIPTION
The
.Fn imaxabs
@@ -52,7 +52,7 @@
returns the absolute value of the
.Vt imaxint_t
integer
-.Ar j .
+.Ar x .
.Sh SEE ALSO
.Xr abs 3 ,
.Xr cabs 3 ,
Home |
Main Index |
Thread Index |
Old Index