summaryrefslogtreecommitdiff
path: root/doc/faq/faq.sgml
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-15 22:55:42 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-15 22:55:42 +0000
commit64fbeb6207bdc3505dee080dc83a2e3149a65eec (patch)
tree1c0baf40c8c1865e892473d89093229e1016de51 /doc/faq/faq.sgml
parentbc509354dd7e9f0fe1ed7db60e1c831d8be602cd (diff)
downloadxine-lib-64fbeb6207bdc3505dee080dc83a2e3149a65eec.tar.gz
xine-lib-64fbeb6207bdc3505dee080dc83a2e3149a65eec.tar.bz2
Correct a few "&"s (should be character entities).
Diffstat (limited to 'doc/faq/faq.sgml')
-rw-r--r--doc/faq/faq.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml
index 23ff8ebb8..59bc5cde6 100644
--- a/doc/faq/faq.sgml
+++ b/doc/faq/faq.sgml
@@ -331,7 +331,7 @@
In case that you have a fresh CVS checkout, you will need to do the
following first in order to get a tarball release out of it which you
can later use with the <command>rpmbuild -ta</command> command above:
- <screen>&nbsp;&nbsp;&nbsp;<command>./autogen.sh &amp;&amp; make clean && make dist</command></screen>
+ <screen>&nbsp;&nbsp;&nbsp;<command>./autogen.sh &amp;&amp; make clean &amp;&amp; make dist</command></screen>
</para>
<para>
In any case, please keep in mind that you have to build and install
@@ -362,7 +362,7 @@
<screen>
&nbsp;&nbsp;&nbsp;<command>cd ..</command>
&nbsp;&nbsp;&nbsp;<command>ls *.deb</command>
-&nbsp;&nbsp;&nbsp;<command>su - -c 'cd '"`pwd`"' && dpkg -i &lt;DEB_PACKAGES&gt;'</command>
+&nbsp;&nbsp;&nbsp;<command>su - -c 'cd '"`pwd`"' &amp;&amp; dpkg -i &lt;DEB_PACKAGES&gt;'</command>
</screen>
Ubuntu users will probably want to use this instead of that <command>su</command>:
<screen>