yaz-config --include: returns -Ipath
[yaz-moved-to-github.git] / doc / zoomsh-man.xml
index 9d468b4..bf55813 100644 (file)
@@ -1,13 +1,24 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" 
-    "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [
-<!ENTITY zoomsh-commands SYSTEM "zoomsh-commands.xml">
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
+[
+     <!ENTITY % local SYSTEM "local.ent">
+     %local;
+     <!ENTITY % entities SYSTEM "entities.ent">
+     %entities;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<!-- $Id: zoomsh-man.xml,v 1.2 2006-04-24 12:41:01 marc Exp $ -->
 <refentry id="zoomsh">
+ <refentryinfo>
+  <productname>YAZ</productname>
+  <productnumber>&version;</productnumber>
+  <info><orgname>Index Data</orgname></info>
+ </refentryinfo>
  
  <refmeta>
   <refentrytitle>zoomsh</refentrytitle>
   <manvolnum>1</manvolnum>
+  <refmiscinfo class="manual">Commands</refmiscinfo>
  </refmeta>
  
  <refnamediv>
@@ -18,6 +29,8 @@
  <refsynopsisdiv>
   <cmdsynopsis>
    <command>zoomsh</command>
+   <arg choice="opt"><option>-e</option></arg>
+   <arg choice="opt"><option>-v <replaceable>loglevel</replaceable></option></arg>
    <arg choice="opt" rep="repeat">commands</arg>
   </cmdsynopsis>
  </refsynopsisdiv>
     These commands are invoked first. 
    </para>
   </refsect1>
+
+  <refsect1>
+   <title>OPTIONS</title>
+   <variablelist>
+    <varlistentry>
+     <term>-e</term>
+     <listitem><para>
+      Makes zoomsh stop processing commands as soon as an error occur.
+      The exit code of zoomsh is 1 if error occurs; 0 otherwise.
+      </para></listitem>
+    </varlistentry>
+    <varlistentry>
+     <term>-v <replaceable>loglevel</replaceable></term>
+     <listitem><para>
+       Sets YAZ log level.
+      </para></listitem>
+    </varlistentry>
+   </variablelist>
+  </refsect1>
   <refsect1><title>EXAMPLES</title>
    <para>
     If you start the <command>yaz-ztest</command> in one console you
@@ -146,8 +178,18 @@ ZOOM>quit
    </para>
   </refsect1>
 </refentry>
-<!-- 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:nil
+sgml-local-catalogs: nil
+sgml-namecase-general:t
 End:
 -->