fix: improve clarity of manpage
authorValentin Haenel <valentin.haenel@gmx.de>
Tue, 14 Jun 2011 19:48:08 +0000 (21:48 +0200)
committerValentin Haenel <valentin.haenel@gmx.de>
Tue, 14 Jun 2011 19:48:24 +0000 (21:48 +0200)
Suggested-by: Chris Mayfield <csmayfield@gmail.com>
doc/man/wiki2beamer.xml

index 08aa60fd63561e83af080a5aef5e028b74ba3f2e..21121ca5b50620e818baf0d2d93d41a02e079cbd 100644 (file)
        <para>Usually you want to pipe the output of wiki2beamer into a file:</para>
        <para><code>wiki2beamer footalk.txt > footalk.tex</code></para>
        <para>
-               If called without any input file, wiki2beamer will still read input from STDIN. If called with multiple
-               input files, wiki2beamer reads and processes them in order with their content being simply concatenated.
-               If no input files are supplied, and nothing is available on STDIN, wiki2beamer prints its usage message and exits.
+               If called with multiple input files, wiki2beamer processes them in
+               order with their content being simply concatenated. If called without
+               any input file, wiki2beamer will attempt to read input from STDIN. If
+               no input files are supplied and nothing is available on STDIN,
+               wiki2beamer prints its usage message and exits.
        </para>
        <para>
                If an error occurs, wiki2beamer returns a return code other then 0.