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/ccos.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/ccos.3')
-rw-r--r-- | man3/ccos.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/ccos.3 b/man3/ccos.3 index 9ba11aca..ae5e1513 100644 --- a/man3/ccos.3 +++ b/man3/ccos.3 @@ -13,7 +13,7 @@ ccos, ccosf, ccosl \- complex cosine function .br .BI "long double complex ccosl(long double complex " z ");" .sp -Link with \-lm. +Link with \fI-lm\fP. .SH DESCRIPTION The complex cosine function ccos(z) is defined as (exp(i*z)+exp(\-i*z))/2. .SH "CONFORMING TO" |