]> git.saurik.com Git - apple/libc.git/blob - gen/FreeBSD/signbit.3.patch
Libc-763.13.tar.gz
[apple/libc.git] / gen / FreeBSD / signbit.3.patch
1 --- signbit.3.orig 2009-11-07 14:51:38.000000000 -0800
2 +++ signbit.3 2009-11-07 14:51:39.000000000 -0800
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 @@ The
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 .