diff options
author | 2006-08-03 20:49:44 +0000 | |
---|---|---|
committer | 2006-08-03 20:49:44 +0000 | |
commit | ef6466f8bb5020108db59e8d81d026267baff1bd (patch) | |
tree | 8aec7c7430cb75482818bd76374ad38e09fbe95c /lib/libc/sys | |
parent | Enable also pretty printing of radio & address for cardbus. (diff) | |
download | wireguard-openbsd-ef6466f8bb5020108db59e8d81d026267baff1bd.tar.xz wireguard-openbsd-ef6466f8bb5020108db59e8d81d026267baff1bd.zip |
Document EILSEQ - forgotten by the wide character folks when they added
it to errno.
ok deraadt@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/intro.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 19334a665ff..d26766c8d69 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.33 2005/08/18 15:18:19 jaredy Exp $ +.\" $OpenBSD: intro.2,v 1.34 2006/08/03 20:49:44 beck Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -415,6 +415,8 @@ Not used in .Ox . .It Er 83 ENOATTR Em "Attribute not found" . A UFS Extended Attribute is not found for the specified pathname. +.It Er 83 EILSEQ Em "Illegal byte sequence" . +An Illegal sequence of bytes was used when using wide characters. .El .Sh DEFINITIONS .Bl -tag -width Ds |