diff options
Diffstat (limited to 'man3/copysign.3')
-rw-r--r-- | man3/copysign.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/copysign.3 b/man3/copysign.3 index cd25defb..c7aaf296 100644 --- a/man3/copysign.3 +++ b/man3/copysign.3 @@ -80,7 +80,7 @@ If \fIx\fP is a NaN, a NaN with the sign bit of \fIy\fP is returned. .SH ERRORS No errors occur. -.SH "CONFORMING TO" +.SH CONFORMING TO C99, POSIX.1-2001. .\" 4.3BSD. This function is defined in IEC 559 (and the appendix with @@ -90,5 +90,5 @@ On architectures where the floating-point formats are not IEEE 754 compliant, the .BR copysign () functions may treat a negative zero as positive. -.SH "SEE ALSO" +.SH SEE ALSO .BR signbit (3) |