diff options
Diffstat (limited to 'miragextract.html')
-rw-r--r-- | miragextract.html | 14 |
1 files changed, 10 insertions, 4 deletions
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> |