Rewording so that a colon can be comfortably added to lead in to a command, to help people using screen readers.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8173 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Ken Moffat 2007-06-24 12:44:55 +00:00
parent 37635341c5
commit ea148539cb

View File

@ -62,10 +62,10 @@ cd /tmp
rm -rfv e2fsprogs-&e2fsprogs-version;</userinput></screen>
</note>
<para>If a <systemitem class="filesystem">swap</systemitem> partition was
created, it will need to be initialized for use by issuing the command below.
If you are using an existing <systemitem class="filesystem">swap</systemitem>
partition, there is no need to format it.</para>
<para>If you are using an existing <systemitem class="filesystem">swap
</systemitem> partition, there is no need to format it. If a new
<systemitem class="filesystem"> swap</systemitem> partition was created,
it will need to be initialized with this command:</para>
<screen role="nodump"><userinput>mkswap /dev/<replaceable>&lt;yyy&gt;</replaceable></userinput></screen>