diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-07 19:57:42 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-07 19:57:42 +0000 |
commit | 1eeed22fbf1f1618cf0e6fdbb62436367d661132 (patch) | |
tree | c36b0ae210f41f4c7e8837bd6919d9feaf098661 /chapter09/reboot.xml | |
parent | 09043c0e9a1868974553f8252029b321c233fa49 (diff) |
Fix a couple of typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r-- | chapter09/reboot.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index ba005c90b..05d5bcb38 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -27,10 +27,9 @@ installation for the first time! First exit from the chroot environment:</para> <screen><userinput>logout</userinput></screen> -<para>Unmount the virtual files systems:</para> +<para>Then unmount the virtual files systems:</para> -<screen><userinput> -umount -v $LFS/dev/pts +<screen><userinput>umount -v $LFS/dev/pts umount -v $LFS/dev/shm umount -v $LFS/dev umount -v $LFS/proc |