iconv(1): Add EXAMPLE
Just a small example to show simple usage. Approved by: manpages (0mp@) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D27385
This commit is contained in:
parent
7c6c12ebcd
commit
f2f1a2a0a0
@ -104,6 +104,13 @@ Specifies the destination codeset name as
|
|||||||
.El
|
.El
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
.Ex -std iconv
|
.Ex -std iconv
|
||||||
|
.Sh EXAMPLES
|
||||||
|
Convert
|
||||||
|
.Pa file.txt
|
||||||
|
from IBM273 to UTF-8 and save the result to
|
||||||
|
.Pa converted.txt :
|
||||||
|
.Pp
|
||||||
|
.Dl iconv -f IBM273 -t UTF-8 file.txt > converted.txt
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr mkcsmapper 1 ,
|
.Xr mkcsmapper 1 ,
|
||||||
.Xr mkesdb 1 ,
|
.Xr mkesdb 1 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user