Refer explicitly to yaz-iconv man page
[yaz-moved-to-github.git] / doc / yaz-marcdump-man.xml
index 5979a50..b0807a6 100644 (file)
@@ -8,7 +8,6 @@
      <!ENTITY % idcommon SYSTEM "common/common.ent">
      %idcommon;
 ]>
-<!-- $Id: yaz-marcdump-man.xml,v 1.15 2007-09-23 07:40:13 adam Exp $ -->
 <refentry id="yaz-marcdump">
  <refentryinfo>
   <productname>YAZ</productname>
    <arg choice="opt"><option>-f <replaceable>from</replaceable></option></arg>
    <arg choice="opt"><option>-t <replaceable>to</replaceable></option></arg>
    <arg choice="opt"><option>-l <replaceable>spec</replaceable></option></arg>
-   <arg choice="opt"><option>-v</option></arg>
    <arg choice="opt"><option>-c <replaceable>cfile</replaceable></option></arg>
    <arg choice="opt"><option>-s <replaceable>prefix</replaceable></option></arg>
    <arg choice="opt"><option>-C <replaceable>size</replaceable></option></arg>
+   <arg choice="opt"><option>-n</option></arg>
    <arg choice="opt"><option>-p</option></arg>
+   <arg choice="opt"><option>-v</option></arg>
+   <arg choice="opt"><option>-V</option></arg>
    <arg choice="opt" rep="repeat">file</arg>
   </cmdsynopsis>
  </refsynopsisdiv>
@@ -98,6 +99,7 @@
       Specify the character set <replaceable>from</replaceable>
       of the input MARC record.
       Should be used in conjunction with option <literal>-t</literal>.
+      Refer to the yaz-iconv man page for supported character sets.
      </para></listitem>
    </varlistentry>
 
       Specify the character set <replaceable>of</replaceable>
       of the output.
       Should be used in conjunction with option <literal>-f</literal>.
+      Refer to the yaz-iconv man page for supported character sets.
      </para></listitem>
    </varlistentry>
 
    </varlistentry>
 
    <varlistentry>
-    <term>-v</term>
-    <listitem><para>
-      Writes more information about the parsing process.
-      Useful if you have ill-formatted ISO2709 records as input.
-     </para></listitem>
-   </varlistentry>
-
-   <varlistentry>
     <term>-s <replaceable>prefix</replaceable></term>
     <listitem><para>
       Writes a chunk of records to a separate file with prefix given,
      </para></listitem>
    </varlistentry>
 
+   <varlistentry>
+    <term>-n</term>
+    <listitem><para>
+      MARC output is omitted so that MARC input is only checkecd.
+     </para></listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term>-v</term>
+    <listitem><para>
+      Writes more information about the parsing process.
+      Useful if you have ill-formatted ISO2709 records as input.
+     </para></listitem>
+   </varlistentry>
+   
+   <varlistentry>
+    <term>-V</term>
+    <listitem><para>
+      Prints YAZ version.
+     </para></listitem>
+   </varlistentry>
+
   </variablelist>
  </refsect1>
 
  <refsect1><title>SEE ALSO</title>
   <para>
    yaz(7)
+   yaz-iconv(1)
   </para>
  </refsect1>
 </refentry>