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
This commit is contained in:
Gerard Beekmans 2001-09-08 00:46:34 +00:00
parent 4ac36bef07
commit d79d0b44a7

View File

@ -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>