Module Name:    src
Committed By:   yamt
Date:           Mon Mar 11 10:44:44 UTC 2013

Modified Files:
        src/lib/libc/iconv: iconv.3

Log Message:
fix rev.1.13


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/iconv/iconv.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/iconv/iconv.3
diff -u src/lib/libc/iconv/iconv.3:1.18 src/lib/libc/iconv/iconv.3:1.19
--- src/lib/libc/iconv/iconv.3:1.18	Tue Jan  8 19:55:43 2013
+++ src/lib/libc/iconv/iconv.3	Mon Mar 11 10:44:43 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: iconv.3,v 1.18 2013/01/08 19:55:43 wiz Exp $
+.\" $NetBSD: iconv.3,v 1.19 2013/03/11 10:44:43 yamt Exp $
 .\"
 .\" Copyright (c)2003 Citrus Project,
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 8, 2013
+.Dd March 11, 2013
 .Dt ICONV 3
 .Os
 .\" ----------------------------------------------------------------------
@@ -118,11 +118,15 @@ and the conversion is continued.
 returns the number of such
 .Dq invalid conversions .
 .Pp
-If the source and/or destination codesets are stateful,
+If
+.Fa src
+or
+.Fa *src
+is
+.Dv NULL
+and the source and/or destination codesets are stateful,
 .Fn iconv
 places these into their initial state.
-There are two special cases of
-.Fn iconv :
 .Bl -enum -offset indent
 .It
 If both

Reply via email to