From 0d7c198ade6ee8f10c26c8b714b937e257174b2c Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 4 Dec 2003 14:32:10 +0000 Subject: Better description of ERANGE. ok jmc@ henning@ --- lib/libc/sys/intro.2 | 6 +++--- 1 file 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 -- cgit v1.2.3