X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/c957a83bde4df2e2d3d1ed0963656856b48ef0a0..224c70764cab4e0e39a26aaf3ad3016552f62f55:/stdlib/FreeBSD/abs.3.patch diff --git a/stdlib/FreeBSD/abs.3.patch b/stdlib/FreeBSD/abs.3.patch new file mode 100644 index 0000000..9e9ce75 --- /dev/null +++ b/stdlib/FreeBSD/abs.3.patch @@ -0,0 +1,20 @@ +--- abs.3 2003-05-20 15:23:24.000000000 -0700 ++++ abs.3.edit 2006-09-27 18:20:25.000000000 -0700 +@@ -47,14 +47,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