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/fabs.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/fabs.3')
-rw-r--r-- | man3/fabs.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fabs.3 b/man3/fabs.3 index c2ae6f30..a26df718 100644 --- a/man3/fabs.3 +++ b/man3/fabs.3 @@ -41,7 +41,7 @@ fabs, fabsf, fabsl \- absolute value of floating-point number .BI "long double fabsl(long double " x ); .fi .sp -Link with \-lm. +Link with \fI-lm\fP. .SH DESCRIPTION The .BR fabs () |