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