Sfoglia il codice sorgente

chapter02: Minor fix in mounting

Xi Ruoyao 7 anni fa
parent
commit
e79ca9d860
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      chapter02/mounting.xml

+ 2 - 2
chapter02/mounting.xml

@@ -18,7 +18,7 @@
   </para-->
   <para>我们已经在分区上建立了文件系统,为了访问分区,
 	  我们需要把分区挂载到选定的挂载点上。本书假设将文件系统挂载到
-	  <envar>LFS</envar> 环境变量指定的目录中,就像前一节描述那样。</para>
+	  <envar>LFS</envar> 环境变量指定的目录中,就像前一节描述那样。</para>
 
   <!--para>Create the mount point and mount the LFS file system by running:</para-->
   <para>输入下列命令以创建挂载点,并挂载 LFS 文件系统:</para>
@@ -28,7 +28,7 @@ mount -v -t ext4 /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS</userinput></s
 
   <!--para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the designation of the LFS
   partition.</para-->
-  <para>将 <replaceable>&lt;xxx&gt;</replaceable> 换成 LFS 分区的代号。
+  <para>将 <replaceable>&lt;xxx&gt;</replaceable> 换成 LFS 分区的代号。
   </para>
 
   <!--para>If using multiple partitions for LFS (e.g., one for <filename