diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2004-11-16 11:01:14 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2004-11-16 11:01:14 +0000 |
commit | 462a7bad964f13781120f822fc60ddbd48e3c8ab (patch) | |
tree | 09a152b70b62f5cd208b2edb8720f27c5dd51ae8 | |
parent | 4e050476e187910b8ccba552d79530d1046584a4 (diff) |
Added "Compile with -std=c99" as suggested by Fabian Kreutz
-rw-r--r-- | man3/exp2.3 | 2 | ||||
-rw-r--r-- | man3/fdim.3 | 2 | ||||
-rw-r--r-- | man3/fma.3 | 2 | ||||
-rw-r--r-- | man3/fmax.3 | 2 | ||||
-rw-r--r-- | man3/fmin.3 | 2 | ||||
-rw-r--r-- | man3/fpclassify.3 | 2 | ||||
-rw-r--r-- | man3/isgreater.3 | 2 | ||||
-rw-r--r-- | man3/lgamma.3 | 2 | ||||
-rw-r--r-- | man3/log1p.3 | 2 | ||||
-rw-r--r-- | man3/log2.3 | 2 | ||||
-rw-r--r-- | man3/lrint.3 | 2 | ||||
-rw-r--r-- | man3/lround.3 | 2 | ||||
-rw-r--r-- | man3/nan.3 | 2 | ||||
-rw-r--r-- | man3/round.3 | 2 | ||||
-rw-r--r-- | man3/signbit.3 | 2 | ||||
-rw-r--r-- | man3/tgamma.3 | 2 | ||||
-rw-r--r-- | man3/trunc.3 | 2 |
17 files changed, 18 insertions, 16 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. diff --git a/man3/fdim.3 b/man3/fdim.3 index 3919567f..da39fbf0 100644 --- a/man3/fdim.3 +++ b/man3/fdim.3 @@ -13,7 +13,7 @@ fdim, fdimf, fdiml \- positive difference .br .BI "long double fdiml(long double " x ", long double " y ); .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION These functions return max(\fIx\fP-\fIy\fP,0). If @@ -17,7 +17,7 @@ fma, fmaf, fmal \- floating-point multiply and add .BI "long double fmal(long double " x ", long double " y ", long double " z ); .fi .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION The .B fma() diff --git a/man3/fmax.3 b/man3/fmax.3 index f06c8d5c..70080d1c 100644 --- a/man3/fmax.3 +++ b/man3/fmax.3 @@ -13,7 +13,7 @@ fmax, fmaxf, fmaxl \- find maximum value .br .BI "long double fmaxl(long double " x ", long double " y ); .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION Find the larger value of x and y. .SH "CONFORMING TO" diff --git a/man3/fmin.3 b/man3/fmin.3 index c0f0ca36..c73619d4 100644 --- a/man3/fmin.3 +++ b/man3/fmin.3 @@ -13,7 +13,7 @@ fmin, fminf, fminl \- find minimum value .br .BI "long double fminl(long double " x ", long double " y ); .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION Find the lesser value of x and y. .SH "CONFORMING TO" diff --git a/man3/fpclassify.3 b/man3/fpclassify.3 index 0c317f50..b35e1378 100644 --- a/man3/fpclassify.3 +++ b/man3/fpclassify.3 @@ -20,6 +20,8 @@ fpclassify, isfinite, isnormal, isnan \- floating-point classification macros .sp .BI "int isinf(" x ); .fi +.sp +Compile with -std=c99; link with \-lm. .SH DESCRIPTION Floating point numbers can have special values, such as infinite or NaN. With the macro diff --git a/man3/isgreater.3 b/man3/isgreater.3 index a23550aa..81433454 100644 --- a/man3/isgreater.3 +++ b/man3/isgreater.3 @@ -24,7 +24,7 @@ to test a relation .BI "int isunordered(x,y); .fi .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION The normal relation operations (like less) will fail if one of the operands is NaN. This will cause an exception. To avoid this, C99 defines diff --git a/man3/lgamma.3 b/man3/lgamma.3 index 25cd7989..81f53007 100644 --- a/man3/lgamma.3 +++ b/man3/lgamma.3 @@ -22,7 +22,7 @@ lgamma, lgammaf, lgammal, lgamma_r, lgammaf_r, lgammal_r \- log gamma function .BI "long double lgammal_r(long double " x ", int *" signp ); .fi .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION For the definition of the Gamma function, see .BR tgamma (3). diff --git a/man3/log1p.3 b/man3/log1p.3 index 787d7ca8..e05a79d9 100644 --- a/man3/log1p.3 +++ b/man3/log1p.3 @@ -36,7 +36,7 @@ log1p \- logarithm of 1 plus argument .BI "long double log1pl(long double " x ); .sp .fi -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION .BI log1p( x ) returns a value equivalent to `log (1 + \fIx\fP)'. It is computed in a way diff --git a/man3/log2.3 b/man3/log2.3 index ecb45346..035b6c8f 100644 --- a/man3/log2.3 +++ b/man3/log2.3 @@ -43,7 +43,7 @@ log2, log2f, log2l \- base-2 logarithmic function .BI "long double log2l(long double " x ); .fi .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION The \fBlog2()\fP function returns the base 2 logarithm of \fIx\fP. .SH ERRORS diff --git a/man3/lrint.3 b/man3/lrint.3 index e28c76ea..bae094f4 100644 --- a/man3/lrint.3 +++ b/man3/lrint.3 @@ -40,7 +40,7 @@ lrint, lrintf, lrintl, llrint, llrintf, llrintl \- round to nearest integer .BI "long long int llrintl(long double " x ); .fi .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION These functions round their argument to the nearest integer value, using the current rounding direction. diff --git a/man3/lround.3 b/man3/lround.3 index 42aaa7b7..344272e9 100644 --- a/man3/lround.3 +++ b/man3/lround.3 @@ -40,7 +40,7 @@ lround, lroundf, lroundl, llround, llroundf, llroundl \- round to nearest intege .BI "long long int llroundl(long double " x ); .fi .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION These functions round their argument to the nearest integer value, rounding away from zero, regardless of the current rounding direction. @@ -15,7 +15,7 @@ nan, nanf, nanl \- return 'Not a Number' .br .BI "long double nanl(const char *" tagp ); .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION These functions return a representation (determined by .IR tagp ) diff --git a/man3/round.3 b/man3/round.3 index 6b376094..b1e42cf9 100644 --- a/man3/round.3 +++ b/man3/round.3 @@ -34,7 +34,7 @@ round, roundf, roundl \- round to nearest integer, away from zero .BI "long double roundl(long double " x ); .fi .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION These functions round \fIx\fP to the nearest integer, but round halfway cases away from zero (regardless of the current rounding diff --git a/man3/signbit.3 b/man3/signbit.3 index 428dd4ea..e07a3da3 100644 --- a/man3/signbit.3 +++ b/man3/signbit.3 @@ -9,7 +9,7 @@ signbit \- test sign of a real floating point number .sp .BI "int signbit (" X ");" .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION `signbit' is a generic macro which can work on all real floating-point types. It returns a nonzero value if the value of X has its sign diff --git a/man3/tgamma.3 b/man3/tgamma.3 index 2231610a..4f9fa898 100644 --- a/man3/tgamma.3 +++ b/man3/tgamma.3 @@ -15,7 +15,7 @@ tgamma, tgammaf, tgammal \- true gamma function .br .BI "long double tgammal(long double " x ); .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION The Gamma function is defined by .sp diff --git a/man3/trunc.3 b/man3/trunc.3 index 1e722c1b..ec7008ef 100644 --- a/man3/trunc.3 +++ b/man3/trunc.3 @@ -34,7 +34,7 @@ trunc, truncf, truncl \- round to integer, towards zero .BI "long double truncl(long double " x ); .fi .sp -Link with \-lm. +Compile with -std=c99; link with \-lm. .SH DESCRIPTION These functions round \fIx\fP to the nearest integer not larger in absolute value. |