Loading...
--- Libc/Libc-763.11/stdlib/FreeBSD/labs.3.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- labs.3.bsdnew 2009-11-13 14:11:49.000000000 -0800
-+++ labs.3 2009-11-13 14:11:49.000000000 -0800
-@@ -43,13 +43,13 @@
- .Sh SYNOPSIS
- .In stdlib.h
- .Ft long
--.Fn labs "long j"
-+.Fn labs "long i"
- .Sh DESCRIPTION
- The
- .Fn labs
- function
- returns the absolute value of the long integer
--.Fa j .
-+.Fa i .
- .Sh SEE ALSO
- .Xr abs 3 ,
- .Xr cabs 3 ,