diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-12-04 14:32:10 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-12-04 14:32:10 +0000 |
commit | 0d7c198ade6ee8f10c26c8b714b937e257174b2c (patch) | |
tree | 9d84b0e46b45ec3a759d34799890a3a706c366c3 /lib/libc/sys/intro.2 | |
parent | 8588002b997a2befd97762efb347e60287bed203 (diff) |
Better description of ERANGE.
ok jmc@ henning@
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r-- | lib/libc/sys/intro.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 336db43dc20..4eb8087aa3d 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.28 2003/11/25 21:45:32 jmc Exp $ +.\" $OpenBSD: intro.2,v 1.29 2003/12/04 14:32:09 otto Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -212,8 +212,8 @@ for which there is no process to read the data. .It Er 33 EDOM Em "Numerical argument out of domain" . A numerical input argument was outside the defined domain of the mathematical function. -.It Er 34 ERANGE Em "Numerical result out of range" . -A numerical result of the function was too large to fit in the +.It Er 34 ERANGE Em "Result out of range" . +A result of the function was too large to fit in the available space (perhaps exceeded precision). .It Er 35 EAGAIN Em "Resource temporarily unavailable" . This is a temporary condition and later calls to the |