diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-24 08:46:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-24 08:46:49 +0000 |
commit | 4262f4dc0baae89ce7ee4645c60b1063ceb0807c (patch) | |
tree | 83e8076f21d6f2b9329358d9e83af47288b0dcae /lib/libm | |
parent | a6e43824140cebc291b59e52fdd6b4371657e2a9 (diff) |
formatting errors, found using freebsd's "igor";
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/man/cpow.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/cpow.3 b/lib/libm/man/cpow.3 index 5ff99e81b8a..3eb0b7cced4 100644 --- a/lib/libm/man/cpow.3 +++ b/lib/libm/man/cpow.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpow.3,v 1.1 2011/07/20 17:50:43 martynas Exp $ +.\" $OpenBSD: cpow.3,v 1.2 2011/12/24 08:46:48 jmc Exp $ .\" .\" Copyright (c) 2011 Martynas Venckus <martynas@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 20 2011 $ +.Dd $Mdocdate: December 24 2011 $ .Dt CPOW 3 .Os .Sh NAME @@ -47,7 +47,7 @@ The .Fn cpowf and .Fn cpowl -functions return the complex complex number +functions return the complex number .Fa x raised to the complex power .Fa z . |