Quellcode durchsuchen

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
Ken Moffat vor 18 Jahren
Ursprung
Commit
ea148539cb
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      chapter02/creatingfilesystem.xml

+ 4 - 4
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>&lt;yyy&gt;</replaceable></userinput></screen>