aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pow.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pow.3')
-rw-r--r--man3/pow.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pow.3 b/man3/pow.3
index ee7eb75120..b8c83ee8aa 100644
--- a/man3/pow.3
+++ b/man3/pow.3
@@ -53,7 +53,7 @@ The \fBpow\fP() function can return the following error:
The argument \fIx\fP is negative and \fIy\fP is not an integral value.
This would result in a complex number.
.SH "CONFORMING TO"
-SVID 3, POSIX, 4.3BSD, ISO 9899.
+SVr4, 4.3BSD, C89.
The float and the long double variants are C99 requirements.
.SH "SEE ALSO"
.BR cbrt (3),