diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2007-06-24 13:03:35 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2007-06-24 13:03:35 +0000 |
commit | f19e766a8ee9b64cb06165842bdd56f94f61f1a3 (patch) | |
tree | 2cff0f6715ee99adaf58322e9cdc39bd683657e8 /chapter07 | |
parent | ea148539cb6d721406ec923a36e8c9348a89c4cb (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 'chapter07')
-rw-r--r-- | chapter07/console.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/console.xml b/chapter07/console.xml index be36fd80c..8a614ea7d 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -153,7 +153,7 @@ EOF</userinput></screen> a framebuffer is used. If one wants to have bright colors without framebuffer and can live without characters not belonging to his language, it is still possible to use a language-specific 256-glyph font, as - illustrated below.</para> + illustrated below:</para> <screen role="nodump"><userinput>cat > /etc/sysconfig/console << "EOF" <literal># Begin /etc/sysconfig/console |