diff options
| author | Scott Long <scottl@FreeBSD.org> | 2013-07-31 04:51:12 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2013-07-31 04:51:12 +0000 |
| commit | 80d5f59d5782dc3b77d1de58d937195294ecac2e (patch) | |
| tree | ee2c32a1aa7ca0d12aa0bf748c1c6a88108e42c0 | |
| parent | 480d5cc8f7e04e1c8d4aaf9fe29cccb80e8e7594 (diff) | |
Notes
| -rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 0b3f992e6bad3..adf08d7bb4343 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -29,7 +29,7 @@ .\" @(#)fsck.8 8.4 (Berkeley) 5/9/95 .\" $FreeBSD$ .\" -.Dd February 10, 2012 +.Dd July 30, 2013 .Dt FSCK_FFS 8 .Os .Sh NAME @@ -275,6 +275,11 @@ and frees up space that can allocated to files. The .Fl r option is ignored when running in preen mode. +.It Fl S +Surrender on error. +With this flag enabled, a hard error returned on disk i/o will cause +.Nm +to abort instead of continuing on and possibly tripping over more i/o errors. .It Fl y Assume a yes response to all questions asked by .Nm ; |
