protecting log rotation with a mutex
[yaz-moved-to-github.git] / doc / frontend.xml
index 01d1933..2ff6ed9 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: frontend.xml,v 1.19 2003-11-19 19:07:26 adam Exp $ -->
+<!-- $Id: frontend.xml,v 1.23 2004-06-15 09:33:12 adam Exp $ -->
  <chapter id="server"><title>Generic server</title>
   <sect1><title>Introduction</title>
    
@@ -232,7 +232,7 @@ statserv_options_block *statserv_getcontrol(void);
      <varlistentry><term>
        <literal>int idle_timeout;</literal></term>
       <listitem><para>Maximum session idle-time, in minutes. Zero indicates
-       no (infinite) timeout. Default is 120 minutes.
+       no (infinite) timeout. Default is 15 minutes.
        </para></listitem></varlistentry>
      
      <varlistentry><term>
@@ -546,10 +546,10 @@ typedef struct bend_fetch_rr {
      that holds the reference to the desired record.
      The <literal>number</literal> is the offset into the set (with 1
      being the first record in the set). The <literal>format</literal> field
-     is the record format requested by the client (See section
-     <link linkend="oid">Object Identifiers</link>). The value
-     <literal>VAL_NONE</literal> indicates that the client did not
-     request a specific format. The <literal>stream</literal> argument
+     is the record format requested by the client (See
+     <xref linkend="asn.oid"/>).
+     The value <literal>VAL_NONE</literal> indicates that the client did
+     not request a specific format. The <literal>stream</literal> argument
      is an &odr; stream which should be used for
      allocating space for structured data records.
      The stream will be reset when all records have been assembled, and
@@ -729,6 +729,9 @@ typedef struct bend_scan_rr {
    
    <cmdsynopsis>
     <command>appname</command>
+    <arg choice="opt"><option>-install</option></arg>
+    <arg choice="opt"><option>-installa</option></arg>
+    <arg choice="opt"><option>-remove</option></arg>
     <arg choice="opt"><option>-a <replaceable>file</replaceable></option></arg>
     <arg choice="opt"><option>-v <replaceable>level</replaceable></option></arg>
     <arg choice="opt"><option>-l <replaceable>file</replaceable></option></arg>
@@ -739,7 +742,8 @@ typedef struct bend_scan_rr {
     <arg choice="opt"><option>-k <replaceable>kilobytes</replaceable></option></arg>
     <arg choice="opt"><option>-d <replaceable>daemon</replaceable></option></arg>
     <arg choice="opt"><option>-w <replaceable>dir</replaceable></option></arg>
-    <arg choice="opt"><option>-ziST1</option></arg>
+    <arg choice="opt"><option>-p <replaceable>pidfile</replaceable></option></arg>
+    <arg choice="opt"><option>-ziDST1</option></arg>
     <arg choice="opt" rep="repeat">listener-spec</arg>
    </cmdsynopsis>
    
@@ -764,7 +768,7 @@ typedef struct bend_scan_rr {
    <synopsis>
     hostname | IP-number &lsqb;: portnumber&rsqb;
    </synopsis>
-
+   
    <para>
     The port number defaults to 210 (standard Z39.50 port).
    </para>