summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtod.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 18:36:25 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 18:36:25 +0000
commita6c232271aea12309a16ff09ab3805479f2cd458 (patch)
treef59a946b0ea15e5edfbd04a167f2aa646f7eb06c /lib/libc/stdlib/strtod.3
parent2c9812a5e42aed1da9bee32d389811387397705c (diff)
first round of repairs on stdlib
Diffstat (limited to 'lib/libc/stdlib/strtod.3')
-rw-r--r--lib/libc/stdlib/strtod.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index 14981139c65..6bba73e89a6 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtod.3,v 1.3 1999/05/27 20:49:35 aaron Exp $
+.\" $OpenBSD: strtod.3,v 1.4 1999/06/29 18:36:23 aaron Exp $
.\"
.Dd June 29, 1991
.Dt STRTOD 3
@@ -50,11 +50,11 @@ string to double
.Sh DESCRIPTION
The
.Fn strtod
-function converts the initial portion of the string
+function converts the initial portion of the string
pointed to by
.Fa nptr
to
-.Em double
+.Li double
representation.
.Pp
The expected form of the string is an optional plus (``+'') or minus
@@ -93,7 +93,7 @@ is stored in
If the correct value would cause underflow, zero is
returned and
.Dv ERANGE
-is stored in
+is stored in
.Va errno .
.Sh ERRORS
.Bl -tag -width Er