diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-14 01:10:15 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-14 01:10:15 +0000 |
commit | 0c396df9014abb38d99753a0c57149cece56c596 (patch) | |
tree | 31bf7d14ac41cf98fa99cfff6efd8dbfc04948c5 /chapter03/mounting.xml | |
parent | b4a4650026d5a93dfc1fccdf6f9206fe804f1286 (diff) |
Grammar updates (mostly)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/mounting.xml')
-rw-r--r-- | chapter03/mounting.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 3ef84a20d..3238508df 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -3,12 +3,11 @@ <para> Now that we have created a file system, it is ready for use. All we have -to do to be able to access it (as in reading data from and writing data to -it) is mount it. If it is mounted under /mnt/lfs, this partition can -be accessed by going to the /mnt/lfs directory and then doing whatever -needed to do. This book will assume that the partition was mounted -under /mnt/lfs. It doesn't matter which directory is chosen, the -user just has to make sure that he remembers what he chose. +to do to be able to access the partition (as in reading data from and writing +data to) is mount it. If it is mounted under /mnt/lfs, this partition can +be accessed by cd'ing to the /mnt/lfs directory. This book will assume +that the partition was mounted under /mnt/lfs. It doesn't matter which +directory is chosen, just make sure you remember what you chose. </para> <para> |