From ea148539cb6d721406ec923a36e8c9348a89c4cb Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sun, 24 Jun 2007 12:44:55 +0000 Subject: 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 --- chapter02/creatingfilesystem.xml | 8 ++++---- 1 file 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; - 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. + If you are using an existing swap + partition, there is no need to format it. If a new + swap partition was created, + it will need to be initialized with this command: mkswap /dev/<yyy> -- cgit v1.2.3-54-g00ecf