From 0c396df9014abb38d99753a0c57149cece56c596 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 14 Apr 2001 01:10:15 +0000 Subject: Grammar updates (mostly) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/mounting.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'chapter03/mounting.xml') 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 @@ 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. -- cgit v1.2.3-54-g00ecf