05ad79
diff -up util-linux-2.23.2/sys-utils/mount.8.kzak util-linux-2.23.2/sys-utils/mount.8
05ad79
--- util-linux-2.23.2/sys-utils/mount.8.kzak	2015-06-24 10:44:54.888929869 +0200
05ad79
+++ util-linux-2.23.2/sys-utils/mount.8	2015-06-24 10:48:10.022436703 +0200
05ad79
@@ -865,9 +865,10 @@ Some of these options are only useful wh
05ad79
 .I /etc/fstab
05ad79
 file.
05ad79
 
05ad79
-Some of these options could be enabled or disabled by default
05ad79
-in the system kernel. To check the current setting see the options
05ad79
-in /proc/mounts.
05ad79
+Some of these  options  could be enabled or disabled by default in the system
05ad79
+kernel.  To check the current setting see the options in /proc/mounts.  Note
05ad79
+that filesystems also have per-filesystem specific default mount options (see
05ad79
+for example tune2fs -l output for extN filesystems).
05ad79
 
05ad79
 The following options apply to any filesystem that is being
05ad79
 mounted (but not every filesystem actually honors them - e.g., the
05ad79
@@ -973,6 +974,9 @@ For more details, see
05ad79
 .B defaults
05ad79
 Use default options:
05ad79
 .BR rw ", " suid ", " dev ", " exec ", " auto ", " nouser ", and " async.
05ad79
+
05ad79
+Note that the real set of the all default mount options depends on kernel
05ad79
+and filesystem type. See the begin of this section for more details.
05ad79
 .TP
05ad79
 .B dev
05ad79
 Interpret character or block special devices on the filesystem.