summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2003-12-04 14:32:09 +0000
committerotto <otto@openbsd.org>2003-12-04 14:32:09 +0000
commitf447fbf0a5f9400b152d235253c8e39a152e1877 (patch)
tree3c689767186608fba984fbb4ff5957b53c15b8ed
parentno, you cannot form a raid from wd0h and wd0h. (diff)
downloadwireguard-openbsd-f447fbf0a5f9400b152d235253c8e39a152e1877.tar.xz
wireguard-openbsd-f447fbf0a5f9400b152d235253c8e39a152e1877.zip
Better description of ERANGE.
ok jmc@ henning@
-rw-r--r--lib/libc/sys/intro.26
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