yaz-iconv: remove -X from example YAZ-809
[yaz-moved-to-github.git] / doc / yaz-iconv-man.xml
index a6975c0..9952d2e 100644 (file)
@@ -1,5 +1,5 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
- "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
+<!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;
  <refentryinfo>
   <productname>YAZ</productname>
   <productnumber>&version;</productnumber>
+  <info><orgname>Index Data</orgname></info>
  </refentryinfo>
+
  <refmeta>
   <refentrytitle>yaz-iconv</refentrytitle>
   <manvolnum>1</manvolnum>
+  <refmiscinfo class="manual">Commands</refmiscinfo>
  </refmeta>
+
  <refnamediv>
   <refname>yaz-iconv</refname>
-  <refpurpose>YAZ Charcter set conversion utility</refpurpose>
+  <refpurpose>YAZ Character set conversion utility</refpurpose>
  </refnamediv>
+
  <refsynopsisdiv>
   <cmdsynopsis>
    <command>yaz-iconv</command>
@@ -33,7 +35,7 @@
    <arg choice="opt" rep="repeat">file</arg>
   </cmdsynopsis>
  </refsynopsisdiv>
+
  <refsect1><title>DESCRIPTION</title>
   <para>
    <command>yaz-iconv</command> converts data in file in character
@@ -49,9 +51,9 @@
    <command>yaz-iconv</command> reads from standard input.
   </para>
  </refsect1>
+
  <refsect1><title>OPTIONS</title>
-  
+
   <variablelist>
    <varlistentry>
     <term>-f<replaceable>from</replaceable>]</term>
@@ -80,7 +82,7 @@
 
   </variablelist>
  </refsect1>
+
  <refsect1><title>ENCODINGS</title>
   <para>
    The yaz-iconv command and the API as defined in
     <listitem>
      <para>
       The <ulink url="&url.marc8;">MARC8</ulink> encoding as defined by
-      the Library of Congress. Most MARC21/USMARC records usees
-      this encoding.
+      the Library of Congress. Most MARC21/USMARC records use this encoding.
      </para>
     </listitem>
    </varlistentry>
     <term>iso5426 (decode)</term>
     <listitem>
      <para>
-      ISO 5426. Some MARC records (UNIMARC) uses this encoding.
+      ISO 5426. Some MARC records (UNIMARC) use this encoding.
      </para>
     </listitem>
    </varlistentry>
     <term>advancegreek (encode, decode)</term>
     <listitem>
      <para>
-      An encoding for Greek used by some vendors (Advance).
+      An encoding for Greek in use by some vendors (Advance).
      </para>
     </listitem>
    </varlistentry>
    The following command converts from ISO-8859-1 (Latin-1) to
    UTF-8.
    <screen>
-    yaz-iconv -f ISO-8859-1 -t UTF-8 -X &lt;input.lst &gt;output.lst
+    yaz-iconv -f ISO-8859-1 -t UTF-8 &lt;input.lst &gt;output.lst
    </screen>
   </para>
- </refsect1> 
+ </refsect1>
 
  <refsect1><title>FILES</title>
   <para>
 
 <!-- Keep this comment at the end of the file
 Local variables:
-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
+mode: nxml
+nxml-child-indent: 1
 End:
 -->