aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/creatingfs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter03/creatingfs.xml')
-rw-r--r--chapter03/creatingfs.xml12
1 files changed, 6 insertions, 6 deletions
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 @@
<para>
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:
</para>
<blockquote><literallayout>
@@ -17,7 +17,7 @@ and ext2 is to be created, the user would run:
</literallayout></blockquote>
<para>
-To create a reiser file system the user would run:
+To create a reiser file system, run the following:
</para>
<blockquote><literallayout>