Loading...
gen/FreeBSD/signbit.3.patch Libc-763.11 Libc-391
--- Libc/Libc-763.11/gen/FreeBSD/signbit.3.patch
+++ Libc/Libc-391/gen/FreeBSD/signbit.3.patch
@@ -1,18 +1,6 @@
---- signbit.3.orig	2009-11-07 14:51:38.000000000 -0800
-+++ signbit.3	2009-11-07 14:51:39.000000000 -0800
-@@ -40,8 +40,9 @@
- The
- .Fn signbit
- macro takes an argument of
--.Fa x
--and returns non-zero if the value of its sign is negative, otherwise 0.
-+.Fa x .
-+It returns non-zero if the value of the argument's sign is negative,
-+otherwise 0.
- .Sh SEE ALSO
- .Xr fpclassify 3 ,
- .Xr math 3
-@@ -50,8 +51,3 @@ The
+--- signbit.3.orig	Fri Oct  3 17:12:55 2003
++++ signbit.3	Fri Nov  7 15:40:35 2003
+@@ -50,8 +50,3 @@
  .Fn signbit
  macro conforms to
  .St -isoC-99 .