diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 02:15:31 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 02:15:31 +0000 |
commit | eebf512f9ccf68c32dd3357d8b220432728968c3 (patch) | |
tree | 6858a0c3ff6902f83bd5f4867667f4083aaae0d5 /lib/libm/man | |
parent | 1b52790c858f028bdd5d92656f0aecc3b609deef (diff) |
Mostly punctuation fixes.
Diffstat (limited to 'lib/libm/man')
-rw-r--r-- | lib/libm/man/exp.3 | 5 | ||||
-rw-r--r-- | lib/libm/man/lgamma.3 | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3 index 517a61bb8b9..7276c371bb0 100644 --- a/lib/libm/man/exp.3 +++ b/lib/libm/man/exp.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: exp.3,v 1.9 2000/03/14 21:31:46 aaron Exp $ +.\" $OpenBSD: exp.3,v 1.10 2000/04/15 02:15:28 aaron Exp $ +.\" .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -89,7 +90,7 @@ function computes the value exp(x)\-1 accurately even for tiny argument The .Fn log function computes the value of the natural logarithm of argument -.Fa x. +.Fa x . .Pp The .Fn log10 diff --git a/lib/libm/man/lgamma.3 b/lib/libm/man/lgamma.3 index 1a69d0fce2f..b4761e77942 100644 --- a/lib/libm/man/lgamma.3 +++ b/lib/libm/man/lgamma.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lgamma.3,v 1.9 2000/03/02 00:29:50 todd Exp $ +.\" $OpenBSD: lgamma.3,v 1.10 2000/04/15 02:15:28 aaron Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -82,7 +82,7 @@ returns appropriate values unless an argument is out of range. Overflow will occur for sufficiently large positive values, and non-positive integers. On the -.Tn VAX, +.Tn VAX , the reserved operator is returned, and .Va errno |