summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2011-04-27 02:35:57 +0000
committerdes <des@FreeBSD.org>2011-04-27 02:35:57 +0000
commit9c6469f00214b5a36c6ef9060df7b5da4050b81f (patch)
tree723508b9291ee6b9eeb2c355c45c099902eb969c /sbin/fsck_ffs
parent09856f2c28d0f5138545fe456a3f079ca336d067 (diff)
downloadFreeBSD-src-9c6469f00214b5a36c6ef9060df7b5da4050b81f.zip
FreeBSD-src-9c6469f00214b5a36c6ef9060df7b5da4050b81f.tar.gz
Fix boo-boo in previous commit.
MFC after: 3 weeks
Diffstat (limited to 'sbin/fsck_ffs')
-rw-r--r--sbin/fsck_ffs/fsck_ffs.814
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8
index 8df5d1b..2834149 100644
--- a/sbin/fsck_ffs/fsck_ffs.8
+++ b/sbin/fsck_ffs/fsck_ffs.8
@@ -38,7 +38,7 @@
.Nd file system consistency check and interactive repair
.Sh SYNOPSIS
.Nm
-.Op Fl BFprfny
+.Op Fl BFfnpry
.Op Fl b Ar block
.Op Fl c Ar level
.Op Fl m Ar mode
@@ -143,6 +143,12 @@ The following flags are interpreted by
A check is done on the specified and possibly active file system.
The set of corrections that can be done is limited to those done
when running in preen mode (see the
+.Fl p
+flag).
+If unexpected errors are found,
+the file system is marked as needing a foreground check and
+.Nm
+exits without attempting any further cleaning.
.It Fl F
Determine whether the file system needs to be cleaned immediately
in foreground, or if its cleaning can be deferred to background.
@@ -164,12 +170,6 @@ The only thing that
.Nm
does is to determine whether a foreground or background
check is needed and exit with an appropriate status code.
-.Fl p
-flag).
-If unexpected errors are found,
-the file system is marked as needing a foreground check and
-.Nm
-exits without attempting any further cleaning.
.It Fl b
Use the block specified immediately after the flag as
the super block for the file system.
OpenPOWER on IntegriCloud