Loading...
stdlib/FreeBSD/abs.3 Libc-763.13 Libc-825.26
--- Libc/Libc-763.13/stdlib/FreeBSD/abs.3
+++ Libc/Libc-825.26/stdlib/FreeBSD/abs.3
@@ -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