--sout="#duplicate{dst=std{access=file,url='$SAVEFILE'},dst=nodisplay}" \
--intf=dummy</pre></blockquote>
-<p>The command stream the URL and store it in the SAFEFILE by
+<p>The command stream the URL and store it in the SAVEFILE by
duplicating the output stream to "nodisplay" and the file, using the
-dummy interface.</p>
+dummy interface. The dummy interface and the nodisplay output make
+sure no X interface is needed.</p>
-<p>The cron job then need to start this job with the approporiate URL
+<p>The cron job then need to start this job with the appropriate URL
and file name to save, sleep for the duration wanted, and then kill
the vlc process with SIGTERM. Here is a complete script
<tt>vlc-record</tt> to use from <tt>at</tt> or <tt>cron</tt>:</p>