diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-18 16:08:04 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-18 16:08:04 +0000 |
commit | b40f87a4ae893981aa0a85edb8771e4c85153549 (patch) | |
tree | 72d013689f4614a3cf92539b02b2858a729bdbd1 /DOCS | |
parent | e318e26ad8ea87c5e44404794ec97dc65a8d5ef9 (diff) | |
download | mpv-b40f87a4ae893981aa0a85edb8771e4c85153549.tar.bz2 mpv-b40f87a4ae893981aa0a85edb8771e4c85153549.tar.xz |
Some <replaceable> tags added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11803 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/ports.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 4ca4a6c682..d8b6b401ac 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -298,7 +298,8 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. <application>MPlayer</application>, but only on some systems. Try making them writable if you have problems. QuickTime DLLs also work, but you will have to put them in your Windows system directory - (<filename class="directory">C:\Windows\system\</filename> or similar).</para> + (<filename class="directory"><replaceable>C:\Windows\system\</replaceable></filename> + or similar).</para> <para>The <application>Cygwin</application>/<application>MinGW</application> console is rather slow. Redirecting output or using the @@ -341,7 +342,7 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. <para>DVDs also work, adjust <option>-dvd-device</option> for the drive letter of your DVD-ROM:</para> -<screen>mplayer dvd://<title> -dvd-device '\\.\d:'</screen> +<screen>mplayer dvd://<replaceable><title></replaceable> -dvd-device '\\.\<replaceable>d</replaceable>:'</screen> </sect2> @@ -368,7 +369,7 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. <screen>mplayer <replaceable>/d/MPEG2/AVSEQ01.MPG</replaceable></screen> -<screen>mplayer dvd://<title> -dvd-device /d/</screen> +<screen>mplayer dvd://<replaceable><title></replaceable> -dvd-device /<replaceable>d</replaceable>/</screen> </sect2> |