aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-09 08:24:14 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-09 08:24:14 +0000
commitdde039d8cde9e145fbb2fc01a6a967a7c4dfe532 (patch)
tree4d3ddb32093ef9f5f45eea4da37766e9052c8ce4 /chapter06
parent0ebe9fa45e76f5ec30311fefd864ca1f37683432 (diff)
Removed extra >
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/strippingagain.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml
index bd87b3d37..7a4090fd3 100644
--- a/chapter06/strippingagain.xml
+++ b/chapter06/strippingagain.xml
@@ -25,11 +25,11 @@ unsure whether the user entered chroot with the command given in
<xref linkend="ch-system-chroot" role=","/> first exit from
chroot:</para>
-<screen role="nodump">><userinput>logout</userinput></screen>
+<screen role="nodump"><userinput>logout</userinput></screen>
<para>Then reenter it with:</para>
-<screen role="nodump">><userinput>chroot $LFS /tools/bin/env -i \
+<screen role="nodump"><userinput>chroot $LFS /tools/bin/env -i \
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/tools/bin/bash --login</userinput></screen>