From f5619a236bb27db57ff5cbd877984038179f3554 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 19 Jul 2001 17:06:19 +0000 Subject: [PATCH] Document "-F". --- sbin/fsck_msdosfs/fsck_msdosfs.8 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8 index 0c0fb09b181..5d76e606e0c 100644 --- a/sbin/fsck_msdosfs/fsck_msdosfs.8 +++ b/sbin/fsck_msdosfs/fsck_msdosfs.8 @@ -80,6 +80,13 @@ making any changes. .Pp The options are as follows: .Bl -tag -width indent +.It Fl F +Compatibility with the wrapper +.Xr fsck 8 +which seeks to determine whether the filesystem needs to be cleaned +immediately in foreground, or if its cleaning can be deferred to background. +FAT (MS-DOS) file systems must always be cleaned in the foreground. +A non-zero exit code is always returned for this option. .It Fl f This option is ignored by .Nm ,