diff options
author | Yoshihiro Takahashi <ytakahashi@miraclelinux.com> | 2010-03-01 11:43:02 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-03-01 11:43:02 +0100 |
commit | 376306795fc38ca024763cf299d855fb7e79d5d8 (patch) | |
tree | 2c717b404d7243c63db2b1ff9efca95d4f1c76c2 | |
parent | bc54770d9e25aa8732f571d97dd950982114dc08 (diff) | |
download | util-linux-old-376306795fc38ca024763cf299d855fb7e79d5d8.tar.gz |
mount: posix option of vfat is obsolete
Summary of changes from v2.5.42 to v2.5.43
[PATCH] removes posix option of fat (3/5)
This removes the posix option of vfat. The current posix options works
only as an alias of name_check=s.
Signed-off-by: Yoshihiro Takahashi <ytakahashi@miraclelinux.com>
-rw-r--r-- | mount/mount.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mount/mount.8 b/mount/mount.8 index 2888b46d..ab8ccb0d 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -2241,6 +2241,7 @@ is: ':', (u & 0x3f), ((u>>6) & 0x3f), (u>>12). .TP .B posix Allow two files with names that only differ in case. +This option is obsolete. .TP .B nonumtail First try to make a short name without sequence number, |