From 64fbeb6207bdc3505dee080dc83a2e3149a65eec Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 15 Jan 2009 22:55:42 +0000 Subject: Correct a few "&"s (should be character entities). --- doc/faq/faq.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/faq/faq.sgml') 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 rpmbuild -ta command above: -    ./autogen.sh && make clean && make dist +    ./autogen.sh && make clean && make dist In any case, please keep in mind that you have to build and install @@ -362,7 +362,7 @@    cd ..    ls *.deb -   su - -c 'cd '"`pwd`"' && dpkg -i <DEB_PACKAGES>' +   su - -c 'cd '"`pwd`"' && dpkg -i <DEB_PACKAGES>' Ubuntu users will probably want to use this instead of that su: -- cgit v1.2.3