Loading...
gen/FreeBSD/signbit.3.patch Libc-391.5.22 Libc-583
--- Libc/Libc-391.5.22/gen/FreeBSD/signbit.3.patch
+++ Libc/Libc-583/gen/FreeBSD/signbit.3.patch
@@ -1,6 +1,18 @@
---- signbit.3.orig	Fri Oct  3 17:12:55 2003
-+++ signbit.3	Fri Nov  7 15:40:35 2003
-@@ -50,8 +50,3 @@
+--- _SB/Libc/gen/FreeBSD/signbit.3	2003-11-12 00:44:46.000000000 -0800
++++ _SB/Libc/gen/FreeBSD/signbit.3.edit	2006-06-28 16:55:51.000000000 -0700
+@@ -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 @@
  .Fn signbit
  macro conforms to
  .St -isoC-99 .