]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/pow.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / pow.3
index 0a3e591cb5b4bfc25fe48c205a724ef932b16675..ee7eb7512047207c66ac7c108c9c7bc0f40b1383 100644 (file)
@@ -44,10 +44,10 @@ pow, powf, powl \- power functions
 .sp
 Link with \-lm.
 .SH DESCRIPTION
-The \fBpow()\fP function  returns the value of \fIx\fP raised to the
+The \fBpow\fP() function  returns the value of \fIx\fP raised to the
 power of \fIy\fP. 
 .SH ERRORS
-The \fBpow()\fP function can return the following error:
+The \fBpow\fP() function can return the following error:
 .TP
 .B EDOM
 The argument \fIx\fP is negative and \fIy\fP is not an integral value.