]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/abs.3
Libc-1081.1.3.tar.gz
[apple/libc.git] / stdlib / FreeBSD / abs.3
index d53f7c13f51b075e324275ddec098bb12c52a20b..9dc52992ecc65c186d375a491634fd19d5c202d9 100644 (file)
 .Sh SYNOPSIS
 .In stdlib.h
 .Ft int
-.Fn abs "int j"
+.Fn abs "int i"
 .Sh DESCRIPTION
 The
 .Fn abs
-function
-computes
-the absolute value of the integer
-.Fa j .
+function computes the absolute value of the integer
+.Fa i .
 .Sh RETURN VALUES
 The
 .Fn abs