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> rm -rf e2fsprogs-&e2fsprogs-version;</userinput></screen>
</note> </note>
<para>If a swap partition was created, it will need to be initialized <para>If a swap partition was created, it will need to be initialized for use by
as a swap partition by using the command below. If you are using an existing issuing the command below. If you are using an existing swap partition, there is
swap partition, there is no need to format it.</para> no need to format it.</para>
<screen><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen> <screen><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>