From owner-svn-src-head@FreeBSD.ORG Wed Apr 27 02:35:57 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83918106567A; Wed, 27 Apr 2011 02:35:57 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 720EB8FC19; Wed, 27 Apr 2011 02:35:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p3R2ZvLL049858; Wed, 27 Apr 2011 02:35:57 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p3R2Zvev049856; Wed, 27 Apr 2011 02:35:57 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201104270235.p3R2Zvev049856@svn.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 27 Apr 2011 02:35:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r221108 - head/sbin/fsck_ffs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 02:35:57 -0000 Author: des Date: Wed Apr 27 02:35:57 2011 New Revision: 221108 URL: http://svn.freebsd.org/changeset/base/221108 Log: Fix boo-boo in previous commit. MFC after: 3 weeks Modified: head/sbin/fsck_ffs/fsck_ffs.8 Modified: head/sbin/fsck_ffs/fsck_ffs.8 ============================================================================== --- head/sbin/fsck_ffs/fsck_ffs.8 Wed Apr 27 02:32:41 2011 (r221107) +++ head/sbin/fsck_ffs/fsck_ffs.8 Wed Apr 27 02:35:57 2011 (r221108) @@ -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.