X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fclient.xml;h=88e7c2b87bcfa67d780f2e9768899cb4e51d4b3d;hp=5ec2cd4dffd4db6e760c82b50719ceb2fc5230d8;hb=981369ab5234a8cb305042db7ad61f1e277900b5;hpb=2725f6883ebf5be89639b28969b05b4d203da802 diff --git a/doc/client.xml b/doc/client.xml index 5ec2cd4..88e7c2b 100644 --- a/doc/client.xml +++ b/doc/client.xml @@ -1,4 +1,4 @@ - + The YAZ client Introduction @@ -114,7 +114,7 @@ Syntax: - [(tcp|osi)':'<[tsel/]]host[:port][/base>] + [(tcp|ssl)':'<[tsel/]]host[:port][/base>] @@ -162,10 +162,10 @@ position given by start a number of records given by number. If - start is not given the client will - fetch from position of the last retrieved record plus 1. If - number is not given one record will be - fetched at a time. + start is not given, then the client + will fetch from position of the last retrieved record plus 1. If + number is not given, then one record will + be fetched at a time. @@ -229,6 +229,9 @@ sent to the server when the open command is issued and the Z39.50 Initialize Request is sent, so this command must be used before open in order to be effective. + A common convention for the authopen string + is that the username - and password is separated by a slash, e.g. + myusername/mysecret.