Browse Source

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 years ago
parent
commit
d79d0b44a7
1 changed files with 1 additions and 1 deletions
  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
 <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
 file.  One example is the line which you must have if you are using
 devpts:</para>
 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
 <para>Another example is a line to use if you intend to use USB
 devices:</para>
 devices:</para>