Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Note EILSEQ.
details: https://anonhg.NetBSD.org/src/rev/7b7a8dad375e
branches: trunk
changeset: 483635:7b7a8dad375e
user: kleink <kleink%NetBSD.org@localhost>
date: Tue Mar 14 19:14:29 2000 +0000
description:
Note EILSEQ.
diffstat:
lib/libc/sys/intro.2 | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 0c8ed916d585 -r 7b7a8dad375e lib/libc/sys/intro.2
--- a/lib/libc/sys/intro.2 Tue Mar 14 19:11:24 2000 +0000
+++ b/lib/libc/sys/intro.2 Tue Mar 14 19:14:29 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.2,v 1.21 2000/03/14 19:11:24 kleink Exp $
+.\" $NetBSD: intro.2,v 1.22 2000/03/14 19:14:29 kleink Exp $
.\"
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -440,6 +440,8 @@
.It Er 84 EOVERFLOW Em "Value too large to be stored in data type" .
A numerical result of the function was too large to be stored in the
caller-provided space.
+.It Er 85 EILSEQ Em "Illegal byte sequence" .
+A wide character/multibyte character encoding error occured.
.El
.Sh DEFINITIONS
.Bl -tag -width Ds
Home |
Main Index |
Thread Index |
Old Index