diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-03-25 08:17:59 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-03-25 08:17:59 +0000 |
commit | 55ffe68cade6ebf2ccb9810ebf40ebd89f78017f (patch) | |
tree | 47e4396cb25232982d9ea868dc1278cdfc7f82dd /chapter03/mounting.xml | |
parent | 08463b5b7bcae02a6f6e65db91252e46fc47076c (diff) |
Grammar fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@362 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/mounting.xml')
-rw-r--r-- | chapter03/mounting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 786945bcb..0477bf141 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -4,8 +4,8 @@ <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 mounting it. If it is mounted under /mnt/lfs, this partition can -be accessed by going to the /mnt/lfs directory and then doing whatever +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. |