summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-23 13:26:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-23 13:26:56 +0000
commit64c874635d5ce4a680daf414a908971e1b850e4e (patch)
tree3ba041406bb543fc5c646132d9d5ffe240adb210 /DOCS
parent275f5c4c36acf42ab0bf5c7730170004509400d7 (diff)
downloadmpv-64c874635d5ce4a680daf414a908971e1b850e4e.tar.bz2
mpv-64c874635d5ce4a680daf414a908971e1b850e4e.tar.xz
Fix some inconsistencies pointed out by Torinthiel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20412 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/install.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index 5a0de348c1..9fe7013ab8 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -450,13 +450,16 @@ If <application>MPlayer</application> was compiled with
<systemitem class="library">fontconfig</systemitem> support, the above methods
won't work, instead <option>-font</option> expects a
<systemitem class="library">fontconfig</systemitem> font name
-and defaults to the sans-serif font. To get a list of fonts known to
-<systemitem class="library">fontconfig</systemitem>,
-use <command>fc-list</command>. Example:
+and defaults to the sans-serif font. Example:
<screen>mplayer -font <replaceable>'Bitstream Vera Sans'</replaceable> <replaceable>anime.mkv</replaceable></screen>
</para>
+<para>
+To get a list of fonts known to
+<systemitem class="library">fontconfig</systemitem>,
+use <command>fc-list</command>.
+</para>
</sect2>
@@ -486,9 +489,9 @@ Then rename or symlink one of the extracted directories to
Fonts should have an appropriate <filename>font.desc</filename> file
which maps unicode font positions to the actual code page of the
subtitle text. Another solution is to have UTF-8-encoded subtitles
-and use the <option>-utf8</option> option or just name the subtitles
-file <filename>&lt;video_name&gt;.utf</filename> and have it in the
-same directory as the video file.
+and use the <option>-utf8</option> option or give the subtitles
+file the same name as your video file with a <filename>.utf</filename>
+extension and have it in the same directory as the video file.
</para>
</sect2>