aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-09-04 10:48:46 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-09-04 10:48:46 -0500
commit6851fc8b2f9a2c681619c9cec630f6b75c1df248 (patch)
tree6dc25cdfb02e66322e25c7f4fd77fa5760c5cf1c /chapter06
parent305c97068fd4b0a15bc50e8d8f6db16c24c91a8a (diff)
Spacing
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index af75e60cf..27ae2a04d 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -83,10 +83,10 @@
not necessary in this temporary environment, we must do so because some
programs harcode executable locations:</para>
-<screen><userinput remap="install">mv -v $LFS/usr/bin/chroot $LFS/usr/sbin
+<screen><userinput remap="install">mv -v $LFS/usr/bin/chroot $LFS/usr/sbin
mkdir -pv $LFS/usr/share/man/man8
-mv -v $LFS/usr/share/man/man1/chroot.1 $LFS/usr/share/man/man8/chroot.8
-sed -i 's/"1"/"8"/' $LFS/usr/share/man/man8/chroot.8</userinput></screen>
+mv -v $LFS/usr/share/man/man1/chroot.1 $LFS/usr/share/man/man8/chroot.8
+sed -i 's/"1"/"8"/' $LFS/usr/share/man/man8/chroot.8</userinput></screen>
</sect2>