diff options
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r-- | chapter08/fstab.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 87ccf3f52..37e9b1b50 100644 --- a/chapter08/fstab.xml +++ b/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> |