From ec00b639169c2fb10e295ad712cb417156839d09 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 18 Nov 2003 20:34:34 +0000 Subject: [PATCH] man page for yaz-iconv --- doc/Makefile.am | 9 ++-- doc/yaz-iconv-man.xml | 110 ++++++++++++++++++++++++++++++++++++++++++++++ doc/yaz-marcdump-man.xml | 4 +- 3 files changed, 119 insertions(+), 4 deletions(-) create mode 100644 doc/yaz-iconv-man.xml diff --git a/doc/Makefile.am b/doc/Makefile.am index 2c71662..c5980b3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.50 2003-11-16 22:56:53 adam Exp $ +## $Id: Makefile.am,v 1.51 2003-11-18 20:34:34 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -25,10 +25,10 @@ HTMLFILES = \ MANFILES=yaz-client.1 yaz-client-ssl.1 yaz-ztest.8 \ yaz-ztest-ssl.8 yaz-config.8 yaz.7 zoomsh.1 yaz-asncomp.1 \ - yaz-marcdump.1 + yaz-marcdump.1 yaz-iconv.1 REFFILES=yaz-client-man.xml yaz-ztest-man.xml yaz-config-man.xml \ yaz-man.xml zoomsh-man.xml yaz-asncomp-man.xml \ - yaz-marcdump-man.xml + yaz-marcdump-man.xml yaz-iconv-man.xml SUPPORTFILES=yazhtml.dsl yazphp.dsl yazprint.dsl tkl.xsl xml.dcl id.eps \ apilayer.obj yaz.css @@ -66,6 +66,9 @@ yaz-asncomp.1: yaz-asncomp-man.xml yaz-marcdump.1: yaz-marcdump-man.xml docbook2man $(srcdir)/yaz-marcdump-man.xml +yaz-iconv.1: yaz-iconv-man.xml + docbook2man $(srcdir)/yaz-iconv-man.xml + $(HTMLFILES): $(XMLFILES) jade -E14 -D $(srcdir) -d yazhtml.dsl -t sgml $(srcdir)/xml.dcl yaz.xml diff --git a/doc/yaz-iconv-man.xml b/doc/yaz-iconv-man.xml new file mode 100644 index 0000000..502f846 --- /dev/null +++ b/doc/yaz-iconv-man.xml @@ -0,0 +1,110 @@ + + + + + yaz-iconv + 1 + + + + yaz-iconv + YAZ Charcter set conversion utility + + + + + yaz-iconv + + + + file + + + + DESCRIPTION + + yaz-iconv converts data in file in character + set specified by from to output in + character set as specified by to. + + + This yaz-iconv utility similar to the + iconv found on many POSIX systems (Glibc, Solaris, etc). + + + If no file is specified, + yaz-iconv reads from standard input. + + + + OPTIONS + + + + -ffrom] + + Specify the character set from + of the input file. + Should be used in conjunction with option -t. + + + + + -tto] + + Specify the character set of + of the output. + Should be used in conjunction with option -f. + + + + + -v + + Print more information about the conversion process. + + + + + + + EXAMPLES + + The following command converts from ISO-8859-1 (Latin-1) to + UTF-8. + + yaz-iconv -f ISO-8859-1 -t UTF-8 -X <input.lst >output.lst + + + + + FILES + + prefix/bin/yaz-iconv + + + prefix/include/yaz/yaz-iconv.h + + + SEE ALSO + + yaz(7) + iconv(1) + + + + + diff --git a/doc/yaz-marcdump-man.xml b/doc/yaz-marcdump-man.xml index 607c75a..4ed296e 100644 --- a/doc/yaz-marcdump-man.xml +++ b/doc/yaz-marcdump-man.xml @@ -1,5 +1,5 @@ - + yaz-marcdump @@ -114,6 +114,8 @@ FILES prefix/bin/yaz-marcdump + + prefix/include/yaz/marcdisp.h -- 1.7.10.4