summaryrefslogtreecommitdiffstats
path: root/mount/mount.8
diff options
context:
space:
mode:
authorPetr Uzel2010-09-20 17:12:42 +0200
committerKarel Zak2010-09-30 22:31:14 +0200
commitb25dcfca92a6bc546ead950bf19956d4ec7b86c6 (patch)
treef0f90448a75f56462b4b206f82fd02644f88e322 /mount/mount.8
parentddate: revert man page typo (diff)
downloadkernel-qcow2-util-linux-b25dcfca92a6bc546ead950bf19956d4ec7b86c6.tar.gz
kernel-qcow2-util-linux-b25dcfca92a6bc546ead950bf19956d4ec7b86c6.tar.xz
kernel-qcow2-util-linux-b25dcfca92a6bc546ead950bf19956d4ec7b86c6.zip
mount: fix mount.8, shortname=mixed is now default for vfat
Since Linux kernel commit 955234755ce4a2c33cfc558912aa8f2148cc1fc6, the default mode for vfat filesystem is 'shortname=mixed'. Reported-by: Harald Koenig <koenig@linux.de> Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'mount/mount.8')
-rw-r--r--mount/mount.84
1 files changed, 2 insertions, 2 deletions
diff --git a/mount/mount.8 b/mount/mount.8
index a0165c23c..c2256cb08 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -2329,7 +2329,7 @@ preferred display. There are four modes:
.TP
.I lower
Force the short name to lower case upon display; store a long name when
-the short name is not all upper case. This mode is the default.
+the short name is not all upper case.
.TP
.I win95
Force the short name to upper case upon display; store a long name when
@@ -2341,7 +2341,7 @@ not all lower case or all upper case.
.TP
.I mixed
Display the short name as is; store a long name when the short name is not
-all upper case.
+all upper case. This mode is the default since Linux 2.6.32.
.RE