From 307671c871f04d55325ed94fc2c403797376efa3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 9 Dec 2004 09:27:51 +0000 Subject: [PATCH] Document .yazclientrc --- doc/yaz-client-man.xml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/doc/yaz-client-man.xml b/doc/yaz-client-man.xml index c9e9a8b..016d485 100644 --- a/doc/yaz-client-man.xml +++ b/doc/yaz-client-man.xml @@ -1,7 +1,7 @@ ]> - + @@ -38,9 +38,17 @@ If the addr is specified, the client creates - a connection to the Z39.50/SRW target at the address. + a connection to the Z39.50/SRW target at the address given. - + + When yaz-client is invoked it attemps to read the + following files: + $HOME/.yazclientrc (home directory, Unix only) and + .yazclientrc (current directory - any platform) + For those files that are readable, the YAZ client executes commands + in those files. See COMMANDS section for description of commands. + + OPTIONS @@ -116,6 +124,12 @@ yaz-<version>/client/client.c + + .yazclientrc + + + $HOME/.yazclientrc + SEE ALSO @@ -134,7 +148,7 @@ Section "Common Command Language" in the YAZ manual. - Section "Common QUery Language" in the YAZ manual. + Section "Common Query Language" in the YAZ manual. -- 1.7.10.4