Loading...
--- Libc/Libc-1725.40.4/stdlib/FreeBSD/abs.3
+++ Libc/Libc-763.12/stdlib/FreeBSD/abs.3
@@ -43,12 +43,14 @@
.Sh SYNOPSIS
.In stdlib.h
.Ft int
-.Fn abs "int i"
+.Fn abs "int j"
.Sh DESCRIPTION
The
.Fn abs
-function computes the absolute value of the integer
-.Fa i .
+function
+computes
+the absolute value of the integer
+.Fa j .
.Sh RETURN VALUES
The
.Fn abs