errno.3: Add glibc error text for EILSEQ

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840499
and https://sourceware.org/bugzilla/show_bug.cgi?id=20687

Reported-by: Igor Liferenko <igor.liferenko@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-12 13:52:08 +02:00
parent e1f3482c04
commit d411041bd4
1 changed files with 4 additions and 1 deletions

View File

@ -207,7 +207,10 @@ Host is unreachable (POSIX.1).
Identifier removed (POSIX.1).
.TP
.B EILSEQ
Illegal byte sequence (POSIX.1, C99).
Invalid or incomplete multibyte or wide character (POSIX.1, C99).
The text shown here is the glibc error description;
in POSIX.1, this error is described as "Illegal byte sequence".
.TP
.B EINPROGRESS
Operation in progress (POSIX.1).