PWB1/usr/man/man3/abs.3

Compare this file to the similar file:
Show the results in this format:

.th ABS III 5/31/77
.sh NAME
abs, fabs \*- absolute value
.sh SYNOPSIS
.ft B
abs(i)
.br
int i;
.s3
double fabs(x)
.br
double x;
.ft R
.s3
.sh DESCRIPTION
.it Abs
returns
the absolute value of its integer operand;
.it fabs
is the
.it double
version.