浏览代码

Reworded swap partition initialisation description

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 年之前
父节点
当前提交
1756b05a1a
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      chapter02/creatingfilesystem.xml

+ 3 - 3
chapter02/creatingfilesystem.xml

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