aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2007-06-24 13:03:35 +0000
committerKen Moffat <ken@linuxfromscratch.org>2007-06-24 13:03:35 +0000
commitf19e766a8ee9b64cb06165842bdd56f94f61f1a3 (patch)
tree2cff0f6715ee99adaf58322e9cdc39bd683657e8 /chapter05/gcc-pass1.xml
parentea148539cb6d721406ec923a36e8c9348a89c4cb (diff)
Add missing colons wherever we expect the builder to key in the userinput.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 7f2354fdd..75331bed3 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -131,7 +131,7 @@ cd ../gcc-build</userinput></screen>
used to keep programs generic and therefore usable on all kinds of UNIX
systems where the GNU C compiler is not always installed. Running
<command>cc</command> leaves the system administrator free to decide
- which C compiler to install.</para>
+ which C compiler to install:</para>
<screen><userinput>ln -vs gcc /tools/bin/cc</userinput></screen>