Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/iconv Sort errors.



details:   https://anonhg.NetBSD.org/src/rev/2ce1ed131aa1
branches:  trunk
changeset: 754606:2ce1ed131aa1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed May 05 22:07:58 2010 +0000

description:
Sort errors.

diffstat:

 lib/libc/iconv/iconv.3 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 2abe02597288 -r 2ce1ed131aa1 lib/libc/iconv/iconv.3
--- a/lib/libc/iconv/iconv.3    Wed May 05 22:05:31 2010 +0000
+++ b/lib/libc/iconv/iconv.3    Wed May 05 22:07:58 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: iconv.3,v 1.13 2010/05/05 06:04:19 jruoho Exp $
+.\" $NetBSD: iconv.3,v 1.14 2010/05/05 22:07:58 wiz Exp $
 .\"
 .\" Copyright (c)2003 Citrus Project,
 .\" All rights reserved.
@@ -182,13 +182,13 @@
 .Fn iconv_open
 function may cause an error in the following cases:
 .Bl -tag -width Er
-.It Bq Er ENOMEM
-Memory is exhausted.
 .It Bq Er EINVAL
 There is no converter specified by
 .Fa srcname
 and
 .Fa dstname .
+.It Bq Er ENOMEM
+Memory is exhausted.
 .El
 .Pp
 The
@@ -205,6 +205,10 @@
 .Fn iconv
 function may cause an error in the following cases:
 .Bl -tag -width Er
+.It Bq Er E2BIG
+The output buffer pointed to by
+.Fa *dst
+is too small to store the result string.
 .It Bq Er EBADF
 The conversion descriptor specified by
 .Fa cd
@@ -214,10 +218,6 @@
 .Fa *src
 contains a byte sequence which does not describe a valid character of
 the source codeset.
-.It Bq Er E2BIG
-The output buffer pointed to by
-.Fa *dst
-is too small to store the result string.
 .It Bq Er EINVAL
 The string pointed to by
 .Fa *src



Home | Main Index | Thread Index | Old Index