diff options
-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 |