summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorerh <erh@NetBSD.org>1999-03-09 19:45:09 +0000
committererh <erh@NetBSD.org>1999-03-09 19:45:09 +0000
commitbdfd2b2770f17e35f5b871c09a45d3728e53e502 (patch)
tree43eb28621cadfa07c063fc0df0c92cb8e7e0557a /lib/libc/stdlib
parent1fad0940a8be93e4bc41afc2a3b4e9f330b80937 (diff)
Add missing .El lines.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtod.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index e2f7afd2503..38612db1de8 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: strtod.3,v 1.7 1998/02/05 18:50:18 perry Exp $
+.\" $NetBSD: strtod.3,v 1.8 1999/03/09 19:45:09 erh Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -103,6 +103,7 @@ is stored in
.Bl -tag -width Er
.It Bq Er ERANGE
Overflow or underflow occurred.
+.El
.Sh SEE ALSO
.Xr atof 3 ,
.Xr atoi 3 ,