aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-09-08 00:46:34 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-09-08 00:46:34 +0000
commitd79d0b44a77853ba140146bc37bc6e13851322b6 (patch)
tree2bd13d8066ced3b667552011401294b262fff13c /chapter08
parent4ac36bef07027ca8973229d91e564e147b3e8d72 (diff)
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
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/fstab.xml2
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>