Loading...
stdlib/FreeBSD/abs.3.patch /dev/null Libc-763.12
--- /dev/null
+++ Libc/Libc-763.12/stdlib/FreeBSD/abs.3.patch
@@ -0,0 +1,20 @@
+--- abs.3.bsdnew	2009-11-13 14:11:46.000000000 -0800
++++ abs.3	2009-11-13 14:11:46.000000000 -0800
+@@ -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