From owner-svn-src-all@FreeBSD.ORG Wed Jul 31 04:51:13 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A098D91; Wed, 31 Jul 2013 04:51:13 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48318295A; Wed, 31 Jul 2013 04:51:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6V4pDPh010583; Wed, 31 Jul 2013 04:51:13 GMT (envelope-from scottl@svn.freebsd.org) Received: (from scottl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6V4pDbG010582; Wed, 31 Jul 2013 04:51:13 GMT (envelope-from scottl@svn.freebsd.org) Message-Id: <201307310451.r6V4pDbG010582@svn.freebsd.org> From: Scott Long Date: Wed, 31 Jul 2013 04:51:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253828 - head/sbin/fsck_ffs X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 04:51:13 -0000 Author: scottl Date: Wed Jul 31 04:51:12 2013 New Revision: 253828 URL: http://svnweb.freebsd.org/changeset/base/253828 Log: Document the -S flag to fsck_ffs Obtained from: Netflix Modified: head/sbin/fsck_ffs/fsck_ffs.8 Modified: head/sbin/fsck_ffs/fsck_ffs.8 ============================================================================== --- head/sbin/fsck_ffs/fsck_ffs.8 Wed Jul 31 02:13:18 2013 (r253827) +++ head/sbin/fsck_ffs/fsck_ffs.8 Wed Jul 31 04:51:12 2013 (r253828) @@ -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 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 ;