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 297bee52f..5b96a3ab3 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -10,7 +10,7 @@ this:</para> <screen><userinput>cat > /etc/fstab << "EOF"</userinput> # Begin /etc/fstab -# filesystem mount-point fs-type options dump fsck-order +# file system mount-point fs-type options dump fsck-order /dev/xxx / fff defaults 1 1 /dev/yyy swap swap pri=1 0 0 |