diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-09-12 20:56:37 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-09-12 20:56:37 +0000 |
commit | 9b21339cc6f56c05fabc47f30a0ece72743b33c6 (patch) | |
tree | 6dd8bf20c4e215ff7704ac7771fde8f3f92e93ea /chapter03 | |
parent | 81314a51a5ded493755ab278dd57d635759c8212 (diff) |
Grammar fix, thanks to Bill 'Eagle Eye' Maltby
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/mounting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 8a77ebc96..4d8c8254b 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -36,7 +36,7 @@ with the appropriate partition names.</para> <para>You should also ensure that this new partition is not mounted with permissions that are too restrictive (such as the nosuid. nodev and noatime options). You can run the <userinput>mount</userinput> command without any -parameters to see with what options the LFS partition is mounted with. If +parameters to see with what options the LFS partition is mounted. If you see nosuid, nodev and/or noatime, you will need to remount it.</para> <para>Now that we've made ourselves a place to work in, we're ready to download |