]> err.no Git - util-linux/commitdiff
docs: remove obsolete information from fstab example
authorKarel Zak <kzak@redhat.com>
Fri, 26 Jun 2009 07:42:11 +0000 (09:42 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 26 Jun 2009 08:20:21 +0000 (10:20 +0200)
Addresses-Debian-Bug: #507700
Signed-off-by: Karel Zak <kzak@redhat.com>
example.files/fstab

index 9f169dcdc447a35c867e4ee9aa1a48b3af816f58..eeb72f1dfa51de8da84f15fda50b90aecd50681a 100644 (file)
@@ -3,15 +3,14 @@
 #
 # This file is not used by the kernel, but rather by mount(8) and umount(8)
 # (and some day fsck(8)).  Comment lines have "#" in the first column.
-# Entries that are to be ignored should have "none" in the directory field,
-# and have type "ignore" or options "xx".  Frequency and pass are numeric
-# fields for dump(8) and fsck(8) that are not used yet in Linux.  You can
-# leave them empty if want.
+#
+# For more information see fstab(5) man page.
+#
 
 # device       directory       type    options         freq pass
 /dev/sda2      /               ext2    defaults        1    1
 none           /proc           proc    defaults        0    0
-/dev/sdb1      none            swap    sw              0    0
+/dev/sdb1      none            swap    defaults        0    0
 /dev/sdb2      /var            ext2    defaults        1    1
 /dev/sdc1      /usr            ext2    defaults        1    1
 /dev/sdc3      /usr/src        ext2    defaults        1    1