summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-07 09:30:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-07 09:30:22 +0000
commitbadc033ef7dcbf1f322627b37403f969cc70c41d (patch)
treef0c1d04e5c4f7eec9b4dd69f927d89171dde413f /DOCS/xml/en
parent1ebc859ff8a018b3d98e6bd7923d7d877cf76088 (diff)
downloadmpv-badc033ef7dcbf1f322627b37403f969cc70c41d.tar.bz2
mpv-badc033ef7dcbf1f322627b37403f969cc70c41d.tar.xz
Give all shell scripts a .sh suffix for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27230 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r--DOCS/xml/en/faq.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 7f1f781787..026e3739c8 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -991,7 +991,7 @@ will dump the 5th title of the DVD into the file
How can I create (S)VCDs automatically?
</para></question>
<answer><para>
-Try the <filename>mencvcd</filename> script from the
+Try the <filename>mencvcd.sh</filename> script from the
<filename class="directory">TOOLS</filename> subdirectory.
With it you can encode DVDs or other movies to VCD or SVCD format
and even burn them directly to CD.
@@ -1259,7 +1259,7 @@ terms of functionality, and is supported by all decent players.
How can I encode an audio only file?
</para></question>
<answer><para>
-Use <filename>aconvert</filename> from the
+Use <filename>aconvert.sh</filename> from the
<filename class="directory">TOOLS</filename>
subdirectory in the MPlayer source tree.
</para></answer>