浏览代码

in the devpts line, changed 'none' to devpts so it shows up nicer in a
mount output


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Gerard Beekmans 24 年之前
父节点
当前提交
d79d0b44a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter08/fstab.xml

+ 1 - 1
chapter08/fstab.xml

@@ -32,7 +32,7 @@ file, see <userinput>man 5 fstab</userinput>.</para>
 <para>There are other lines which you may consider adding to your fstab
 file.  One example is the line which you must have if you are using
 devpts:</para>
-<para><screen>none		/dev/pts	devpts   gid=4,mode=620  0 0</screen></para> 
+<para><screen>devpts		/dev/pts	devpts   gid=4,mode=620  0 0</screen></para> 
 
 <para>Another example is a line to use if you intend to use USB
 devices:</para>