]>
Commit | Line | Data |
---|---|---|
1f2f436a A |
1 | --- signbit.3.orig 2009-11-07 14:51:38.000000000 -0800 |
2 | +++ signbit.3 2009-11-07 14:51:39.000000000 -0800 | |
224c7076 A |
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 | |
1f2f436a | 15 | @@ -50,8 +51,3 @@ The |
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 . |