diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-21 09:56:00 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-21 09:56:00 +0000 |
commit | e9329f6ddca2bfbe195e0e9643173566b19696c7 (patch) | |
tree | e9eea5a0466c7c1a3679552b6299328ed02ca5ad /man3/fdim.3 | |
parent | c91a473e2f944b7d99a2d382b080fed3aaef863b (diff) |
Where there is an instruction in the SYNOPIS about linking
or compiling with a certain option, the option is now
marked up in itlacs (e.g., "\fI-lm\fP").
Diffstat (limited to 'man3/fdim.3')
-rw-r--r-- | man3/fdim.3 | 2 |
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 |