summaryrefslogtreecommitdiff
path: root/man3/fdim.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fdim.3')
-rw-r--r--man3/fdim.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fdim.3 b/man3/fdim.3
index 457ae89c..ea82deda 100644
--- a/man3/fdim.3
+++ b/man3/fdim.3
@@ -13,7 +13,7 @@ fdim, fdimf, fdiml \- positive difference
.br
.BI "long double fdiml(long double " x ", long double " y );
.sp
-Compile with \-std=c99; link with \-lm.
+Compile with \fI\-std=c99\fP; link with \fI\-lm\fP.
.SH DESCRIPTION
These functions return max(\fIx\fP-\fIy\fP,0).
If