diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-05-21 21:07:34 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-05-21 21:07:34 +0000 |
commit | dda26711ba2247e552da2b9d9f8eca31cc45613c (patch) | |
tree | 6b956d9977a18aa4599548f08d7a23b35a7b19be /lib/libc/sys | |
parent | cca9ba695a4dabea85092cf5715734e56c5b16b1 (diff) |
add EOVERFLOW and ECANCELED here too.
reminded and ok jmc@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/intro.2 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 3b64abb617d..476c6795d72 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.38 2006/09/15 20:40:23 otto Exp $ +.\" $OpenBSD: intro.2,v 1.39 2007/05/21 21:07:33 jasper Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -421,6 +421,11 @@ Attempted to use a removable media device with no medium present. .It Er 86 EMEDIUMTYPE Em "Wrong medium type" . Attempted to use a removable media device with incorrect or incompatible medium. +.It Er 87 EOVERFLOW Em "Conversion overflow" . +A numerical result of the function was too large to be stored in the +caller provided space. +.It Er 88 ECANCELED Em "Operation canceled" . +The requested operation was canceled. .El .Sh DEFINITIONS .Bl -tag -width Ds |