From cf1cd05a005dddace5aadb0cf2913dad0caec7d5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 3 Jun 2007 09:56:50 +0000 Subject: [PATCH] Added yaz-illclient man page. --- doc/Makefile.am | 10 +++- doc/yaz-illclient-man.xml | 137 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 144 insertions(+), 3 deletions(-) create mode 100644 doc/yaz-illclient-man.xml diff --git a/doc/Makefile.am b/doc/Makefile.am index 5bc421a..c791eed 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.79 2007-05-07 13:18:32 adam Exp $ +## $Id: Makefile.am,v 1.80 2007-06-03 09:56:50 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -15,10 +15,11 @@ HTMLFILES = index.html MANFILES=yaz-client.1 yaz-ztest.8 \ yaz-config.8 yaz.7 zoomsh.1 yaz-asncomp.1 \ - yaz-marcdump.1 yaz-iconv.1 yaz-log.7 + yaz-marcdump.1 yaz-iconv.1 yaz-log.7 yaz-illclient.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-iconv-man.xml yaz-log-man.xml + yaz-marcdump-man.xml yaz-iconv-man.xml yaz-log-man.xml \ + yaz-illclient-man.xml SUPPORTFILES=entities.ent apilayer.obj local.ent.in @@ -55,6 +56,9 @@ yaz-marcdump.1: yaz-marcdump-man.xml yaz-iconv.1: yaz-iconv-man.xml $(MAN_COMPILE) $(srcdir)/yaz-iconv-man.xml +yaz-illclient.1: yaz-illclient-man.xml + $(MAN_COMPILE) $(srcdir)/yaz-illclient-man.xml + yaz-log.7: yaz-log-man.xml $(MAN_COMPILE) $(srcdir)/yaz-log-man.xml diff --git a/doc/yaz-illclient-man.xml b/doc/yaz-illclient-man.xml new file mode 100644 index 0000000..e70436d --- /dev/null +++ b/doc/yaz-illclient-man.xml @@ -0,0 +1,137 @@ + + %local; + + %entities; + + %idcommon; +]> + + + + YAZ + &version; + + + + yaz-illclient + 1 + + + + yaz-illclient + ILL client + + + + + yaz-illclient + + + name=value + + + + + server-addr + + + + DESCRIPTION + + yaz-illclient is an client which sends an ISO + ILL request to a remote server and decodes the response from it. + Exactly one server address ( server-addr ) + must be specified. + + + + OPTIONS + + + + -f filename] + + Specify filename. + + + + + -v loglevel] + + Specify the log level + + + + + -D name=value] + + Defines name & value pair. + + + + + -o + + Enable OCLC authentication. + + + + + -u user] + + Specify user. + + + + + -p password] + + Specify password. + + + + + -V + + Show yaz-illclient version. + + + + + + + EXAMPLES + + None yet. + + + + FILES + + None yet. + + + SEE ALSO + + yaz(7) + + + + + -- 1.7.10.4