]> git.saurik.com Git - apple/libc.git/blame - gen/FreeBSD/signbit.3.patch
Libc-498.1.5.tar.gz
[apple/libc.git] / gen / FreeBSD / signbit.3.patch
CommitLineData
224c7076
A
1--- _SB/Libc/gen/FreeBSD/signbit.3 2003-11-12 00:44:46.000000000 -0800
2+++ _SB/Libc/gen/FreeBSD/signbit.3.edit 2006-06-28 16:55:51.000000000 -0700
3@@ -40,8 +40,9 @@
4 The
5 .Fn signbit
6 macro takes an argument of
7-.Fa x
8-and returns non-zero if the value of its sign is negative, otherwise 0.
9+.Fa x .
10+It returns non-zero if the value of the argument's sign is negative,
11+otherwise 0.
12 .Sh SEE ALSO
13 .Xr fpclassify 3 ,
14 .Xr math 3
15@@ -50,8 +51,3 @@
59e0d9fe
A
16 .Fn signbit
17 macro conforms to
18 .St -isoC-99 .
19-.Sh HISTORY
20-The
21-.Fn signbit
22-macro was added in
23-.Fx 5.1 .