summaryrefslogtreecommitdiff
path: root/man3/exp2.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-07-06 07:41:37 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-07-06 07:41:37 +0000
commit4d9b698450da4cf5100ec6b1ed835cf18194d4eb (patch)
tree4aa976159737022a04f9e5383edb8e4a4d70c80f /man3/exp2.3
parente9496f74fa45afba28b87704fa69732e9dee8e99 (diff)
Hyphenation/dash fixes
Diffstat (limited to 'man3/exp2.3')
-rw-r--r--man3/exp2.32
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.