aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-19 17:06:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-19 17:06:19 +0000
commitf5619a236bb27db57ff5cbd877984038179f3554 (patch)
treef2a6fdb08543475baea0dfabaa3d36f6e606af84
parenta88a254b1ae43673974cb780c266666cbb871ab7 (diff)
downloadsrc-f5619a236bb27db57ff5cbd877984038179f3554.tar.gz
src-f5619a236bb27db57ff5cbd877984038179f3554.zip
Document "-F".
Notes
Notes: svn path=/head/; revision=79978
-rw-r--r--sbin/fsck_msdosfs/fsck_msdosfs.87
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8
index 0c0fb09b1818..5d76e606e0c2 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 ,