Author: aurel32
Date: 2007-04-21 22:07:49 +0000 (Sat, 21 Apr 2007)
New Revision: 2109
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/local/manpages/iconv.1
Log:
* debian/patches/any/submitted-strfry.diff: new patch (fix strfry()
distribution) by Steinar H. Gunderson. Closes: #341903.
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2007-04-21 21:29:02 UTC (rev
2108)
+++ glibc-package/trunk/debian/changelog 2007-04-21 22:07:49 UTC (rev
2109)
@@ -17,12 +17,14 @@
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:
+ * debian/local/manpages/iconv.1: mention that -t is optional. Closes:
#354292.
+ * debian/local/manpages/iconv.1: mention that multiple fils could be
+ specified on the command line. Closes: #340911.
* debian/patches/any/submitted-strfry.diff: new patch (fix strfry()
distribution) by Steinar H. Gunderson. Closes: #341903.
- -- Aurelien Jarno <[EMAIL PROTECTED]> Sat, 21 Apr 2007 21:33:04 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]> Sun, 22 Apr 2007 00:06:38 +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 21:29:02 UTC
(rev 2108)
+++ glibc-package/trunk/debian/local/manpages/iconv.1 2007-04-21 22:07:49 UTC
(rev 2109)
@@ -198,10 +198,11 @@
.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] \fI[inputfile]\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
+\fIinputfile\fR, or from the standard input if no filename is specified,
+from one coded character set to another. The result is
written to standard output unless otherwise specified by the
\fB\-\-output\fR option.
.TP
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]