summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/intro.2
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2006-08-03 21:02:07 +0000
committerbeck <beck@openbsd.org>2006-08-03 21:02:07 +0000
commit1320bd1549cf56c7dbf227f3eca86bd755cd0cf4 (patch)
tree8e98952706657abcc9fd5b6a61489933229a7a04 /lib/libc/sys/intro.2
parentDocument EILSEQ - forgotten by the wide character folks when they added (diff)
downloadwireguard-openbsd-1320bd1549cf56c7dbf227f3eca86bd755cd0cf4.tar.xz
wireguard-openbsd-1320bd1549cf56c7dbf227f3eca86bd755cd0cf4.zip
EILSEQ is 84 not 83.
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r--lib/libc/sys/intro.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index d26766c8d69..9ea4c7e9fb2 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.2,v 1.34 2006/08/03 20:49:44 beck Exp $
+.\" $OpenBSD: intro.2,v 1.35 2006/08/03 21:02:07 beck Exp $
.\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $
.\"
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
@@ -415,7 +415,7 @@ 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" .
+.It Er 84 EILSEQ Em "Illegal byte sequence" .
An Illegal sequence of bytes was used when using wide characters.
.El
.Sh DEFINITIONS