X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-client-man.xml;h=2fffa3ac64fa64fca7b08347493aa0932c83bf07;hb=5fca2e8ca1775ad5adceb1568508d911d646a01b;hp=aaf482428fa2850f6dd2fd2065da86f25bacfe47;hpb=7a870687ef78606cd134e82fd9085722efe3c979;p=yaz-moved-to-github.git diff --git a/doc/yaz-client-man.xml b/doc/yaz-client-man.xml index aaf4824..2fffa3a 100644 --- a/doc/yaz-client-man.xml +++ b/doc/yaz-client-man.xml @@ -1,8 +1,19 @@ - + + %local; + + %entities; + + %idcommon; ]> - + + + YAZ + &version; + yaz-client @@ -11,7 +22,7 @@ yaz-client - Z39.50/SRW client for implementors + Z39.50/SRU client for implementors @@ -34,19 +45,21 @@ DESCRIPTION - yaz-client is a Z39.50/SRW client (origin) with a + yaz-client is a Z39.50/SRU client (origin) with a simple command line interface that allows you to test behavior and - performance of Z39.50 targets and SRW servers. + performance of Z39.50 targets and SRU servers. If the addr is specified, the client creates - a connection to the Z39.50/SRW target at the address given. + a connection to the Z39.50/SRU 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) + When yaz-client is invoked it attemps to read + .yazclientrc from current working directory. + If .yazclientrc does not exist in current directory + YAZ client reads .yazclientrc from the + home directory, where the home directory is given by environment + variable HOME. For those files that are readable, the YAZ client executes commands in those files. See COMMANDS section for description of commands. @@ -149,10 +162,10 @@ yaz-<version>/client/client.c - .yazclientrc + $HOME/.yazclientrc - $HOME/.yazclientrc + $HOME/.yazclient.history SEE ALSO