diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-27 04:44:47 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-27 04:44:47 +0000 |
commit | 09777b6797aebc550e7d21a2145eade571a14942 (patch) | |
tree | 33ac3ce2a6b4dc2bfcdd8df1ac247498c930380b /lib/libm/man/exp.3 | |
parent | f88c0dfc519b8b47e7748bdf075627b1740510d1 (diff) |
another pass at cleaning
Diffstat (limited to 'lib/libm/man/exp.3')
-rw-r--r-- | lib/libm/man/exp.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3 index 62b8fcab9b1..1faf4727f01 100644 --- a/lib/libm/man/exp.3 +++ b/lib/libm/man/exp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exp.3,v 1.11 2003/02/27 01:07:43 jason Exp $ +.\" $OpenBSD: exp.3,v 1.12 2003/02/27 04:44:46 jason Exp $ .\" .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. @@ -126,8 +126,7 @@ function is a single precision version of .Pp The .Fn pow -computes the value -of +function computes the value of .Ar x to the exponent .Ar y . |