66 lines
1.5 KiB
Diff
66 lines
1.5 KiB
Diff
|
diff -up man-pages-3.23/man1/iconv.1.pom man-pages-3.23/man1/iconv.1
|
||
|
--- man-pages-3.23/man1/iconv.1.pom 2010-01-26 15:23:10.000000000 +0100
|
||
|
+++ man-pages-3.23/man1/iconv.1 2010-01-27 15:03:09.000000000 +0100
|
||
|
@@ -196,26 +196,42 @@ The \fBiconv\fR program converts the enc
|
||
|
\fIinputfile\fR from one coded character set to another. The result is
|
||
|
written to standard output unless otherwise specified by the
|
||
|
\fB--output\fR option.
|
||
|
-.PP
|
||
|
+.SS
|
||
|
+Input/Output format specification:
|
||
|
+.TP
|
||
|
\fB--from-code\fR, \fB\-f\fR \fIencoding\fR
|
||
|
-.PP
|
||
|
Convert characters from \fIencoding\fR
|
||
|
-.PP
|
||
|
+.TP
|
||
|
\fB--to-code\fR, \fB\-t\fR \fIencoding\fR
|
||
|
-.PP
|
||
|
Convert characters to \fIencoding\fR
|
||
|
-.PP
|
||
|
+.SS
|
||
|
+Information:
|
||
|
+.TP
|
||
|
\fB--list\fR
|
||
|
-.PP
|
||
|
List known coded character sets
|
||
|
-.PP
|
||
|
+.SS
|
||
|
+Output control:
|
||
|
+.TP
|
||
|
+\fB-c\fR
|
||
|
+omit invalid characters from output
|
||
|
+.TP
|
||
|
\fB--output\fR, \fB\-o\fR \fIfile\fR
|
||
|
-.PP
|
||
|
Specify output file (instead of stdout)
|
||
|
-.PP
|
||
|
+.TP
|
||
|
+\fB--silent\fR, \fB-s\fR
|
||
|
+suppress warnings
|
||
|
+.TP
|
||
|
\fB--verbose\fR
|
||
|
-.PP
|
||
|
Print progress information.
|
||
|
+.TP
|
||
|
+\fB-?\fR, \fB--help\fR
|
||
|
+Give this help list
|
||
|
+.TP
|
||
|
+\fB--usage\fR
|
||
|
+Give a short usage message
|
||
|
+.TP
|
||
|
+\fB-V\fR, \fB--version\fR
|
||
|
+Print program version
|
||
|
.SH "EXAMPLES"
|
||
|
Following examples convert from code set ISO88592 "input.txt" to UTF8
|
||
|
code set or ASCII and stores the result as "output.txt".
|
||
|
@@ -225,7 +241,7 @@ iconv -f ISO88592 -t UTF8 < input.txt >
|
||
|
iconv -f ISO88592 -t ASCII//TRANSLIT < input.txt > output.txt
|
||
|
\fp
|
||
|
.fi
|
||
|
-
|
||
|
+\fR
|
||
|
.SH "AUTHOR"
|
||
|
iconv is written by Ulrich Drepper as part of the GNU C Library.
|
||
|
.PP
|