Module Name:    src
Committed By:   kamil
Date:           Wed Jun  8 07:31:45 UTC 2016

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

Log Message:
Sync STANDARDS of iconv(3) with current reality

GNU libiconv is no longer incompatible with POSIX since 2007.

Solaris 11 moved to POSIX.
Illumos moved to POSIX http://illumos.org/man/3c/iconv

New software is aligned to POSIX not to the old mistake in the standard.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/lib/libc/iconv/iconv.3:1.22
--- src/lib/libc/iconv/iconv.3:1.21	Sun May 12 10:44:23 2013
+++ src/lib/libc/iconv/iconv.3	Wed Jun  8 07:31:45 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: iconv.3,v 1.21 2013/05/12 10:44:23 wiz Exp $
+.\" $NetBSD: iconv.3,v 1.22 2016/06/08 07:31:45 kamil Exp $
 .\"
 .\" Copyright (c)2003 Citrus Project,
 .\" All rights reserved.
@@ -263,10 +263,6 @@ has always used the const form.
 It was decided to reject the committee's regression and become
 .Pq technically
 incompatible.
-GNU libiconv has taken the
-.Lk http://www.gnu.org/savannah-checkouts/gnu/libiconv/documentation/libiconv-1.14/ "same route".
-Most third party software affected by this issue already handles it
-during configuration.
 .\" ----------------------------------------------------------------------
 .Sh BUGS
 If

Reply via email to