changeset 16822:7fba58dee6c7

Add a few more XML tags for better semantics markup.
author diego
date Thu, 20 Oct 2005 23:07:55 +0000
parents a781b30d0283
children 850947f65258
files DOCS/xml/en/faq.xml
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml	Thu Oct 20 23:06:02 2005 +0000
+++ b/DOCS/xml/en/faq.xml	Thu Oct 20 23:07:55 2005 +0000
@@ -375,8 +375,8 @@
 (audio language), <option>-sid</option>(subtitle ID) or <option>-slang</option>
 (subtitle language), for example:
 <screen>
-mplayer example.mkv -alang eng -slang eng
-mplayer example.mkv -aid 1 -sid 1
+mplayer -alang eng -slang eng <replaceable>example.mkv</replaceable>
+mplayer -aid 1 -sid 1 <replaceable>example.mkv</replaceable>
 </screen>
 To see which ones are available:
 <screen>
@@ -677,7 +677,8 @@
 </para></question>
 <answer><para>
 You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and you
-try to play a file which has 22050Hz audio. Try the resample audio filter.
+try to play a file which has 22050Hz audio. Try the
+<systemitem>resample</systemitem> audio filter.
 </para></answer>
 </qandaentry>