diff options
Diffstat (limited to 'man3/fmod.3')
-rw-r--r-- | man3/fmod.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/fmod.3 b/man3/fmod.3 index 4909796f..f80eceee 100644 --- a/man3/fmod.3 +++ b/man3/fmod.3 @@ -69,7 +69,7 @@ function computes the floating-point remainder of dividing \fIx\fP by \fIy\fP. The return value is \fIx\fP \- \fIn\fP * \fIy\fP, where \fIn\fP is the quotient of \fIx\fP / \fIy\fP, rounded toward zero to an integer. -.SH "RETURN VALUE" +.SH RETURN VALUE On success, these functions return the value \fIx\fP\ \-\ \fIn\fP*\fIy\fP, for some integer \fIn\fP, @@ -127,7 +127,7 @@ An invalid floating-point exception is raised. .\" POSIX.1 documents an optional underflow error, but AFAICT it doesn't .\" (can't?) occur -- mtk, Jul 2008 -.SH "CONFORMING TO" +.SH CONFORMING TO C99, POSIX.1-2001. The variant returning .I double @@ -141,5 +141,5 @@ to .B EDOM when a domain error occurred for an infinite .IR x . -.SH "SEE ALSO" +.SH SEE ALSO .BR remainder (3) |