summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-11 16:18:39 +0000
committerlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-11 16:18:39 +0000
commit661c1e76729934adfaa1340ade16fcdd0926714a (patch)
treed1d94d69785d77b733f8171210d6eee1491d5eec /DOCS
parent044d00c1db20b0ec2b652db40dbba09816686d66 (diff)
downloadmpv-661c1e76729934adfaa1340ade16fcdd0926714a.tar.bz2
mpv-661c1e76729934adfaa1340ade16fcdd0926714a.tar.xz
Add two <replaceable> tags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11631 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/ports.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 5d8b978b67..1c97c84b0b 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -159,7 +159,7 @@ using Sun's assembler <filename>/usr/ccs/bin/as</filename>.
<para>The <filename>configure</filename> script tries to find out, which
assembler program is used by your &quot;gcc&quot; command (in case the autodetection
-fails, use the <option>--as=/wherever/you/have/installed/gnu-as</option>
+fails, use the <option>--as=<replaceable>/wherever/you/have/installed/gnu-as</replaceable></option>
option to tell the <filename>configure</filename> script where it can find GNU
"as" on your system).
</para>
@@ -230,7 +230,7 @@ and for color space conversion in the video output drivers.
<para>
You can either try to install the GNU install program, and (if you did
not put it in your global path) then point to the location with:
-<screen>./configure --with-install=/path/and/name/of/install</screen>
+<screen>./configure --with-install=<replaceable>/path/and/name/of/install</replaceable></screen>
</para>
<para>