From 0d21b17b2cb08ba8b202abf7ebe6af95d20d4d73 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 25 Apr 2021 18:29:12 +0200 Subject: [PATCH] xmlwf.1: Move argument -k in place with regard to alphabetic order --- expat/doc/xmlwf.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/expat/doc/xmlwf.xml b/expat/doc/xmlwf.xml index 9d37f860..3bb55375 100644 --- a/expat/doc/xmlwf.xml +++ b/expat/doc/xmlwf.xml @@ -190,6 +190,20 @@ supports both. + + + + + 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. + + + + @@ -283,20 +297,6 @@ supports both. - - - - - - 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. - - -