xmlwf.1: Move argument -k in place with regard to alphabetic order

This commit is contained in:
Sebastian Pipping 2021-04-25 18:29:12 +02:00
parent 83f12b5627
commit 0d21b17b2c

View file

@ -190,6 +190,20 @@ supports both.
</listitem>
</varlistentry>
<varlistentry>
<term><option>-k</option></term>
<listitem>
<para>
When processing multiple files, Expat by default halts after the
the first file with an error. This tells Expat to report the error
but to keep processing.
This can be useful, for example, when testing a filter that converts
many files to XML and you want to quickly find out which conversions
failed.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m</option></term>
<listitem>
@ -283,20 +297,6 @@ supports both.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-k</option></term>
<listitem>
<para>
When processing multiple files, Expat by default halts after the
the first file with an error. This tells Expat to report the error
but to keep processing.
This can be useful, for example, when testing a filter that converts
many files to XML and you want to quickly find out which conversions
failed.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option></term>