diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-26 19:17:51 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-26 19:17:51 +0000 |
commit | f1994dcf644c8051cd57e62182ed2414f095dbe3 (patch) | |
tree | fcb538668ea1270fe1f5b0faa6a53c1f4652185a /chapter09 | |
parent | f0975521695cbcd20161e84b6bbc345385982ca7 (diff) |
Various text and grammar updates. Thanks to Chris Staub for the patch. Fixes #2458.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/reboot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 75de077a7..78d7ac550 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -30,7 +30,7 @@ <screen><userinput>logout</userinput></screen> - <para>Then unmount the virtual files systems:</para> + <para>Then unmount the virtual file systems:</para> <screen><userinput>umount -v $LFS/dev/pts umount -v $LFS/dev/shm |