Author: aurel32
Date: 2007-04-21 19:33:30 +0000 (Sat, 21 Apr 2007)
New Revision: 2106
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/local/manpages/iconv.1
Log:
* debian/local/manpages/iconv.1: mention that -t is optional. Closes:
#354292.
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2007-04-21 19:04:37 UTC (rev
2105)
+++ glibc-package/trunk/debian/changelog 2007-04-21 19:33:30 UTC (rev
2106)
@@ -17,8 +17,10 @@
recreated by ldconfig.
* patches/any/cvs-realpath.diff: new patch (fix wrong comment about
realpath() in /usr/include/stdlib) from CVS. Closes: #239427.
+ * debian/local/manpages/iconv.1: mention that -t is optional. Closes:
+ #354292.
- -- Aurelien Jarno <[EMAIL PROTECTED]> Sat, 21 Apr 2007 21:03:39 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]> Sat, 21 Apr 2007 21:33:04 +0200
glibc (2.5-3) unstable; urgency=low
Modified: glibc-package/trunk/debian/local/manpages/iconv.1
===================================================================
--- glibc-package/trunk/debian/local/manpages/iconv.1 2007-04-21 19:04:37 UTC
(rev 2105)
+++ glibc-package/trunk/debian/local/manpages/iconv.1 2007-04-21 19:33:30 UTC
(rev 2106)
@@ -198,7 +198,7 @@
.SH "NAME"
iconv - Convert encoding of given files from one encoding to another
.SH "SYNOPSIS"
-iconv \fB\-f\fR \fIencoding\fR \fB\-t\fR \fIencoding\fR \fIinputfile\fR
+iconv \fB\-f\fR \fIencoding\fR [\fB\-t\fR \fIencoding\fR] \fIinputfile\fR
.SH "DESCRIPTION"
The \fBiconv\fR program converts the encoding of characters in
\fIinputfile\fR from one coded character set to another. The result is
@@ -209,7 +209,8 @@
Convert characters from \fIencoding\fR.
.TP
\fB\-\-to\-code\fR, \fB\-t\fR \fIencoding\fR
-Convert characters to \fIencoding\fR.
+Convert characters to \fIencoding\fR. If not specified the
+encoding corresponding to the current locale is used.
.TP
\fB\-\-list\fR, \fB\-l\fR
List known coded character sets.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]