浏览代码

Rephrased a bit

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年之前
父节点
当前提交
484cd212ac
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      chapter05/proc.xml

+ 3 - 3
chapter05/proc.xml

@@ -4,9 +4,9 @@
 
 
 <para>In order for certain programs to function properly, the proc file
 <para>In order for certain programs to function properly, the proc file
 system must be mounted and available from within the chroot'ed environment
 system must be mounted and available from within the chroot'ed environment
-as well. It's not a problem to mount the proc file system twice or even
-more than that, since it's a virtual file system maintained by the kernel
-itself.</para>
+as well. It's not a problem to mount the proc file system (or any other
+file system for that matter) twice or even more than that, since it's a
+virtual file system maintained by the kernel itself.</para>
 
 
 <para>If you're still logged in as user "lfs", you should log out and log
 <para>If you're still logged in as user "lfs", you should log out and log
 in again as user root. The reason for this is simple: only root is allowed
 in again as user root. The reason for this is simple: only root is allowed