-<!-- $Id: client.xml,v 1.11 2002-02-24 12:23:43 adam Exp $ -->
+<!-- $Id: client.xml,v 1.12 2002-05-30 20:57:38 adam Exp $ -->
<chapter id="client"><title>The YAZ client</title>
<sect1 id="client.introduction"><title>Introduction</title>
<para>
</term><listitem>
<simpara>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
+ The actual target will be specified as part of the InitRequest
to inform the proxy about actual target.
</simpara></listitem>
</varlistentry>
<literal>-k</literal> <replaceable>kilobytes</replaceable>
</term><listitem>
<simpara>Specifies the maximum messages size in kilobytes.
- The default maxium messages for the YAZ client is 1024
+ The default maximum messages for the YAZ client is 1024
(1 MB).
</simpara></listitem>
</varlistentry>
-<!-- $Id: frontend.xml,v 1.11 2002-03-05 12:45:48 mike Exp $ -->
+<!-- $Id: frontend.xml,v 1.12 2002-05-30 20:57:38 adam Exp $ -->
<chapter id="server"><title>Generic server</title>
<sect1><title>Introduction</title>
<varlistentry><term>
<literal>int idle_timeout;</literal></term>
- <listitem><para>Maximum session idletime, in minutes. Zero indicates
+ <listitem><para>Maximum session idle-time, in minutes. Zero indicates
no (infinite) timeout. Default is 120 minutes.
</para></listitem></varlistentry>
} bend_scan_status;
typedef struct bend_scan_rr {
- int num_bases; /* number of elements in databaselist */
+ int num_bases; /* number of elements in database list */
char **basenames; /* databases to search */
oid_value attributeset;
Z_ReferenceId *referenceId; /* reference ID */