aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-06-28 19:50:33 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-06-28 19:50:33 +0000
commit1756b05a1a376b17e62e90b75219c759a7512065 (patch)
treed4801a038e1ecdc150c8802bd9255b7e11f7c0d0 /chapter02
parent38f5ac232ac94a04348836ed6298aaaa0cd47653 (diff)
Reworded swap partition initialisation description
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r--chapter02/creatingfilesystem.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml
index 06bd5149a..7fb10bd41 100644
--- a/chapter02/creatingfilesystem.xml
+++ b/chapter02/creatingfilesystem.xml
@@ -49,9 +49,9 @@ cd /tmp
rm -rf e2fsprogs-&e2fsprogs-version;</userinput></screen>
</note>
-<para>If a swap partition was created, it will need to be initialized
-as a swap partition by using the command below. If you are using an existing
-swap partition, there is no need to format it.</para>
+<para>If a swap partition was created, it will need to be initialized for use by
+issuing the command below. If you are using an existing swap partition, there is
+no need to format it.</para>
<screen><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>