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