diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2007-06-24 12:44:55 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2007-06-24 12:44:55 +0000 |
commit | ea148539cb6d721406ec923a36e8c9348a89c4cb (patch) | |
tree | 70e29814014ebcb7e68d6779b4e2887ae816edc1 | |
parent | 37635341c55c290f4380899c377bfaf22073ec6d (diff) |
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
-rw-r--r-- | chapter02/creatingfilesystem.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index e5ee23caa..24f324f21 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -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><yyy></replaceable></userinput></screen> |