diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-03-02 11:17:17 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-03-02 11:17:17 -0500 |
| commit | c22a0473c06092a41fb728ce668572082bb50636 (patch) | |
| tree | 4b1bc46653e8eb01063002447f7b59d5ffd812f9 /src/errno/EILSEQ.c | |
| parent | 1094cc8c40864c10516f44ef04458f5a2c455868 (diff) | |
update documentation
Diffstat (limited to 'src/errno/EILSEQ.c')
| -rw-r--r-- | src/errno/EILSEQ.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/errno/EILSEQ.c b/src/errno/EILSEQ.c index cb8f42e7..45cb2c41 100644 --- a/src/errno/EILSEQ.c +++ b/src/errno/EILSEQ.c @@ -1,7 +1,10 @@ #include <errno.h> #define EILSEQ (3) -/** Illegal sequence / Illegal byte sequence **/ - +/** illegal sequence **/ +/*** +is used to indicate that an incorrect sequence of bytes was encountered when +transforming a multi-byte character into a wide character. +***/ /* STDC(199409) */ |
