diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 743be160cd..3b4cdafc41 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -375,8 +375,8 @@ You have to use (audio ID) or
(audio language), (subtitle ID) or
(subtitle language), for example:
-mplayer example.mkv -alang eng -slang eng
-mplayer example.mkv -aid 1 -sid 1
+mplayer -alang eng -slang eng example.mkv
+mplayer -aid 1 -sid 1 example.mkv
To see which ones are available:
@@ -677,7 +677,8 @@ I have A/V sync problems. Some of my AVIs play fine, but some play with double s
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
+resample audio filter.