summaryrefslogtreecommitdiff
path: root/man3/exp2.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2004-11-16 11:01:14 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2004-11-16 11:01:14 +0000
commit462a7bad964f13781120f822fc60ddbd48e3c8ab (patch)
tree09a152b70b62f5cd208b2edb8720f27c5dd51ae8 /man3/exp2.3
parent4e050476e187910b8ccba552d79530d1046584a4 (diff)
Added "Compile with -std=c99" as suggested by Fabian Kreutz
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 d0a40bec..376d4096 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
-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.