summaryrefslogtreecommitdiff
path: root/man3/remquo.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/remquo.3')
-rw-r--r--man3/remquo.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/remquo.3 b/man3/remquo.3
index ea4911f78..05101ee97 100644
--- a/man3/remquo.3
+++ b/man3/remquo.3
@@ -12,9 +12,9 @@ remquo, remquof, remquol \- remainder and part of quotient
.B #include <math.h>
.sp
.BI "double remquo(double " x ", double " y ", int *" quo );
-.sp
+.br
.BI "float remquof(float " x ", float " y ", int *" quo );
-.sp
+.br
.BI "long double remquol(long double " x ", long double " y ", int *" quo );
.sp
.fi