From 728ea56c70a6f40317c239374acec6b4e3367ca4 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 23 Mar 2001 03:13:31 +0000 Subject: Text update git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@358 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/creatingfs.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter03/creatingfs.xml') diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 63117387c..2e9f263eb 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -3,11 +3,11 @@ Once the partition is created, we have to create a new file system on -that partition. To create an ext2 file system, the mke2fs command is the -correct choice. To create a reiser file system, the mkreiserfs command -should be used. The new partition is used as the only option to the -command and the file system is created. If the partition is hda11 -and ext2 is to be created, the user would run: +that partition. To create an ext2 file system, use the mke2fs command. +To create a reiser file system, the mkreiserfs command should be used. +The new partition is used as the only option to the command and the file +system is created. If the partition is hda11 and ext2 is to be created, +run the following:
@@ -17,7 +17,7 @@ and ext2 is to be created, the user would run:
-To create a reiser file system the user would run: +To create a reiser file system, run the following:
-- cgit v1.2.3-54-g00ecf