X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..a9aaacca3a68bb8d74fec09d8d8681a0efda2581:/stdlib/FreeBSD/abs.3 diff --git a/stdlib/FreeBSD/abs.3 b/stdlib/FreeBSD/abs.3 index d53f7c1..9dc5299 100644 --- a/stdlib/FreeBSD/abs.3 +++ b/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