diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-31 20:04:59 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-31 20:04:59 +0000 |
commit | 293bd8cd5e121a5e77b956facc1ce4414b29da0b (patch) | |
tree | d43f83f967327fc56a2d32030ab97b9e80ad355b /chapter06 | |
parent | 463e88840d5c6294b666e9d23c705180c001e032 (diff) |
Removed && after logout
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 47f6d55ae..c6ed60836 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -26,7 +26,7 @@ would do.</para> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>make localedata/install-locales &&</userinput> -<userinput>logout &&</userinput> +<userinput>logout</userinput> &c6-chrootcmd;</screen></para> <para>During the configure stage you will see the following warning:</para> |