From dc2ce7c4eed571234ed4f155834643f0c452b2ce Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 11 Jan 2002 20:16:47 +0000 Subject: [PATCH] YAZ client documenation updates. --- doc/client.xml | 29 ++++++++++++++++++++++++++--- doc/yaz.xml | 4 ++-- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/doc/client.xml b/doc/client.xml index 978d3bc..e575f45 100644 --- a/doc/client.xml +++ b/doc/client.xml @@ -1,4 +1,4 @@ - + The YAZ client Introduction @@ -71,6 +71,27 @@ none. + + + -p target + + Specifies proxy address. When set YAZ client will + connect to a proxy on the address and port given. + The actual target will be specifed as part of the InitRequest + to inform the proxy about actual target. + + + + + -u authentication + + Specifies authentication. Usually the form + user/password + is used. This option does the same thing as the + auth command. + + + In order to connect to Index Data's test Z39.50 server on @@ -114,7 +135,8 @@ Syntax: - [(tcp|ssl)':']host[:port][/base>] + [(tcp|ssl)':']host + [:port][/base>] @@ -153,7 +175,8 @@ - show [start[+number]] + show + [start[+number]] s diff --git a/doc/yaz.xml b/doc/yaz.xml index d4d94c4..250a472 100644 --- a/doc/yaz.xml +++ b/doc/yaz.xml @@ -22,7 +22,7 @@ COMSTACK"> ZOOM"> ]> - + YAZ User's Guide and Reference @@ -41,7 +41,7 @@ This document is the programmer's guide and reference to the &yaz; - package version 1.8.4. &yaz; is a compact toolkit that provides + package version 1.8.5. &yaz; is a compact toolkit that provides access to the Z39.50 protocol, as well as a set of higher-level tools for implementing the server and client roles, respectively. The documentation can be used on its own, or as a reference when -- 1.7.10.4