Omit CVS Id. Update copyright year.
[idzebra-moved-to-github.git] / doc / zebrasrv-options.xml
index bcfba2d..1604708 100644 (file)
@@ -1,5 +1,4 @@
 <!-- 
-   $Id: zebrasrv-options.xml,v 1.4 2006-04-24 12:53:03 marc Exp $
    Options for generic frontend server and yaz-ztest.
    Included in both manual and man page for yaz-ztest
    Note - these files have been altered for zebrasrv, and are not in
@@ -52,7 +51,7 @@ crash at a single server instance. Heikki -->
 
  <varlistentry><term><literal>-z</literal></term>
   <listitem><para>
-    Use the Z39.50 protocol (default). This option and <literal>-s</literal>
+    Use the &acro.z3950; protocol (default). This option and <literal>-s</literal>
     complement each other.
     You can use both multiple times on the same command
     line, between listener-specifications (see below). This way, you
@@ -77,8 +76,8 @@ crash at a single server instance. Heikki -->
 
  <varlistentry><term><literal>-f </literal>
    <replaceable>vconfig</replaceable></term>
-  <listitem><para>This specifies an XML file that describes
-    one or more YAZ frontend virtual servers. See section VIRTUAL
+  <listitem><para>This specifies an &acro.xml; file that describes
+    one or more &yaz; frontend virtual servers. See section VIRTUAL
    HOSTS for details.
    </para></listitem></varlistentry>
 
@@ -221,7 +220,7 @@ Heikki -->
    <screen>
     hostname | IP-number [: portnumber]
    </screen>
-   The port number defaults to 210 (standard Z39.50 port) for
+   The port number defaults to 210 (standard &acro.z3950; port) for
    privileged users (root), and 9999 for normal users.
    The special hostname "@" is mapped to
    the address INADDR_ANY, which causes the server to listen on any local
@@ -230,7 +229,7 @@ Heikki -->
   <para>
    The default behavior for <literal>zebrasrv</literal> - if started
    as non-priviledged user - is to establish
-   a single TCP/IP listener, for the Z39.50 protocol, on port 9999.
+   a single TCP/IP listener, for the &acro.z3950; protocol, on port 9999.
    <screen>
     zebrasrv @
     zebrasrv tcp:some.server.name.org:1234
@@ -240,7 +239,7 @@ Heikki -->
 
   <para>
    To start the server listening on the registered port for
-   Z39.50, or on a filesystem socket, 
+   &acro.z3950;, or on a filesystem socket, 
    and to drop root privileges once the ports are bound, execute
    the server like this from a root shell:
    <screen>
@@ -260,9 +259,17 @@ three lines...
 Heikki -->
 
 
-<!-- Keep this Emacs mode comment at the end of the file
+<!-- Keep this comment at the end of the file
 Local variables:
-mode: nxml
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document: "zebrasrv.xml"
+sgml-local-catalogs: nil
+sgml-namecase-general:t
 End:
 -->
-