diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 07:41:37 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 07:41:37 +0000 |
commit | 4d9b698450da4cf5100ec6b1ed835cf18194d4eb (patch) | |
tree | 4aa976159737022a04f9e5383edb8e4a4d70c80f /man3/exp2.3 | |
parent | e9496f74fa45afba28b87704fa69732e9dee8e99 (diff) |
Hyphenation/dash fixes
Diffstat (limited to 'man3/exp2.3')
-rw-r--r-- | man3/exp2.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/exp2.3 b/man3/exp2.3 index 376d40961..d4fb29064 100644 --- a/man3/exp2.3 +++ b/man3/exp2.3 @@ -43,7 +43,7 @@ exp2, exp2f, exp2l \- base-2 exponential function .BI "long double exp2l(long double " x ); .fi .sp -Compile with -std=c99; link with \-lm. +Compile with \-std=c99; link with \-lm. .SH DESCRIPTION The \fBexp2()\fP function returns the value of 2 raised to the power of \fIx\fP. |