.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