Fix obvious bug.

This commit is contained in:
jruoho 2011-04-13 06:35:48 +00:00
parent a8fdd2914b
commit 5bbfa36d7b
1 changed files with 4 additions and 4 deletions

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -33,7 +33,7 @@
.\" .\"
.\" from: @(#)labs.3 8.1 (Berkeley) 6/4/93 .\" from: @(#)labs.3 8.1 (Berkeley) 6/4/93
.\" .\"
.Dd March 6, 2000 .Dd April 13, 2011
.Dt IMAXABS 3 .Dt IMAXABS 3
.Os .Os
.Sh NAME .Sh NAME
@ -44,7 +44,7 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.In inttypes.h .In inttypes.h
.Ft intmax_t .Ft intmax_t
.Fn imaxabs "intmax_t i" .Fn imaxabs "intmax_t x"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn imaxabs .Fn imaxabs
@ -52,7 +52,7 @@ function
returns the absolute value of the returns the absolute value of the
.Vt imaxint_t .Vt imaxint_t
integer integer
.Ar j . .Ar x .
.Sh SEE ALSO .Sh SEE ALSO
.Xr abs 3 , .Xr abs 3 ,
.Xr cabs 3 , .Xr cabs 3 ,