]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/abs.3.patch
Libc-825.24.tar.gz
[apple/libc.git] / stdlib / FreeBSD / abs.3.patch
diff --git a/stdlib/FreeBSD/abs.3.patch b/stdlib/FreeBSD/abs.3.patch
deleted file mode 100644 (file)
index 6ea6642..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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