From 376306795fc38ca024763cf299d855fb7e79d5d8 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Mon, 1 Mar 2010 11:43:02 +0100 Subject: [PATCH] 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 --- mount/mount.8 | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.5