Reworded swap partition initialisation description

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-06-28 19:50:33 +00:00
parent 38f5ac232a
commit 1756b05a1a

View File

@ -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>