Get rid of tex messages
[yaz-moved-to-github.git] / doc / yaz-client-man.xml
index ba3b9bb..016d485 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
      <!ENTITY yaz-client-commands SYSTEM "yaz-client-commands.xml">
 ]>
-<!-- $Id: yaz-client-man.xml,v 1.1 2003-10-27 12:21:24 adam Exp $ -->
+<!-- $Id: yaz-client-man.xml,v 1.4 2004-12-09 09:27:51 adam Exp $ -->
 <refentry id="yaz-client">
  
  <refmeta>
    <arg choice="opt">addr</arg>
   </cmdsynopsis>
 
-  <cmdsynopsis>
-   <command>yaz-client-ssl</command>
-   <arg rep="repeat" choice="opt"><option>option</option></arg>
-   <arg choice="opt">addr</arg>
-  </cmdsynopsis>
-
  </refsynopsisdiv>
   
   <refsect1><title>DESCRIPTION</title>
     performance of Z39.50 targets and SRW servers.
    </para>
    <para>
-    <command>yaz-client-ssl</command> is identical to
-    <command>yaz-client</command> except that it supports SSL transport.
-   </para>
-   <para>
     If the <replaceable>addr</replaceable> 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.
    </para>
-  </refsect1>
+  <para>
+   When <command>yaz-client</command> is invoked it attemps to read the
+   following files:
+   <literal>$HOME/.yazclientrc</literal> (home directory, Unix only) and
+   <literal>.yazclientrc</literal> (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.
+  </para>
+ </refsect1>
   <refsect1>
    <title>OPTIONS</title>
    <variablelist>
     <varlistentry>
      <term>-m <replaceable>filename</replaceable></term>
      <listitem><para>
-       If specified, retrieved MARC (ISO2709) records will
-       be appended to the file given.
+       If specified, retrieved records will be appended to the file given.
       </para></listitem>
     </varlistentry>
     <varlistentry>
    <para>
     <filename>yaz-&lt;version&gt;/client/client.c</filename>
    </para>
+   <para>
+    <filename>.yazclientrc</filename>
+   </para>
+   <para>
+    <filename>$HOME/.yazclientrc</filename>
+   </para>
   </refsect1>
   <refsect1><title>SEE ALSO</title>
    <para>
     Section "Common Command Language" in the YAZ manual.
    </para>
    <para id="CQL">
-    Section "Common QUery Language" in the YAZ manual.
+    Section "Common Query Language" in the YAZ manual.
    </para>
   </refsect1>
 </refentry>