diff options
-rw-r--r-- | miragextract.1 | 3 | ||||
-rw-r--r-- | miragextract.html | 14 |
2 files changed, 11 insertions, 6 deletions
diff --git a/miragextract.1 b/miragextract.1 index 7bf0226..a5e4730 100644 --- a/miragextract.1 +++ b/miragextract.1 @@ -144,8 +144,7 @@ play \-x \-t cdda track01.cdda . .SH EXIT STATUS .sp -0 (success) if everything worked properly, or non\-zero (failure) if -there was an error. +As usual, 0 for success, non\-zero for failure. .SH BUGS .sp There\(aqs not enough error checking. It\(aqs probably possible to make diff --git a/miragextract.html b/miragextract.html index bd52207..c657461 100644 --- a/miragextract.html +++ b/miragextract.html @@ -443,6 +443,7 @@ to 10. Default is 7. Has very little effect on flac, and no effect on wav or cdda output.</td></tr> </tbody> </table> +<p>Always include a space between an option and its argument (e.g. <strong>-b foo</strong>, not <strong>-bfoo</strong>).</p> </div> <div class="section" id="notes"> <h1>NOTES</h1> @@ -473,10 +474,15 @@ play -x -t cdda track01.cdda <!-- ===== --> <!-- ENVIRONMENT --> <!-- =========== --> -<!-- EXIT STATUS --> -<!-- =========== --> -<!-- BUGS --> -<!-- ==== --> +</div> +<div class="section" id="exit-status"> +<h1>EXIT STATUS</h1> +<p>As usual, 0 for success, non-zero for failure.</p> +</div> +<div class="section" id="bugs"> +<h1>BUGS</h1> +<p>There's not enough error checking. It's probably possible to make +miragextract segfault under some circumstances.</p> <!-- EXAMPLES --> <!-- ======== --> </div> |