diff options
Diffstat (limited to 'lib/libc/sys/intro.2')
-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 36f312177d8..20a08afa780 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.36 2006/08/03 23:20:32 jmc Exp $ +.\" $OpenBSD: intro.2,v 1.37 2006/08/04 21:35:51 beck Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -417,6 +417,11 @@ Not used in A UFS Extended Attribute is not found for the specified pathname. .It Er 84 EILSEQ Em "Illegal byte sequence" . An illegal sequence of bytes was used when using wide characters. +.It Er 85 ENOMEDIUM Em "No medium found" . +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. .El .Sh DEFINITIONS .Bl -tag -width Ds |