abs.3.patch   [plain text]


--- abs.3.bsdnew	2009-11-13 14:11:46.000000000 -0800
+++ abs.3	2009-11-13 14:11:46.000000000 -0800
@@ -43,14 +43,12 @@
 .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