summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtod.3
diff options
context:
space:
mode:
authoraaron <>1999-05-27 20:49:35 +0000
committeraaron <>1999-05-27 20:49:35 +0000
commitf60865f24b731ae413f0fa8dc267b7f508e75b0a (patch)
tree1c56c8853b34b71a7b20aeb96fc5222f31250ea7 /src/lib/libc/stdlib/strtod.3
parent629cc1e026f715bef9adfabd8b33329332499ebe (diff)
downloadopenbsd-f60865f24b731ae413f0fa8dc267b7f508e75b0a.tar.gz
openbsd-f60865f24b731ae413f0fa8dc267b7f508e75b0a.tar.bz2
openbsd-f60865f24b731ae413f0fa8dc267b7f508e75b0a.zip
more missing .El macros filled in
Diffstat (limited to 'src/lib/libc/stdlib/strtod.3')
-rw-r--r--src/lib/libc/stdlib/strtod.33
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3
index 3476fa41d6..14981139c6 100644
--- a/src/lib/libc/stdlib/strtod.3
+++ b/src/lib/libc/stdlib/strtod.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: strtod.3,v 1.2 1996/08/19 08:33:49 tholo Exp $ 36.\" $OpenBSD: strtod.3,v 1.3 1999/05/27 20:49:35 aaron Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt STRTOD 3 39.Dt STRTOD 3
@@ -99,6 +99,7 @@ is stored in
99.Bl -tag -width Er 99.Bl -tag -width Er
100.It Bq Er ERANGE 100.It Bq Er ERANGE
101Overflow or underflow occurred. 101Overflow or underflow occurred.
102.El
102.Sh SEE ALSO 103.Sh SEE ALSO
103.Xr atof 3 , 104.Xr atof 3 ,
104.Xr atoi 3 , 105.Xr atoi 3 ,