Date: Thu, 27 Jan 2011 20:53:03 +0000 (UTC) From: Remko Lodder <remko@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r217980 - stable/7/sbin/fsck_ffs Message-ID: <201101272053.p0RKr3LW035438@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: remko Date: Thu Jan 27 20:53:03 2011 New Revision: 217980 URL: http://svn.freebsd.org/changeset/base/217980 Log: MFC r183110 Document the -F 's return statement. If the application returns succesfully the return code is 7 (which means the filesystem is clean). PR: 127432 Submitted by: edwin MFC after: 3 days PR: 127432 Modified: stable/7/sbin/fsck_ffs/fsck_ffs.8 Directory Properties: stable/7/sbin/fsck_ffs/ (props changed) Modified: stable/7/sbin/fsck_ffs/fsck_ffs.8 ============================================================================== --- stable/7/sbin/fsck_ffs/fsck_ffs.8 Thu Jan 27 20:50:03 2011 (r217979) +++ stable/7/sbin/fsck_ffs/fsck_ffs.8 Thu Jan 27 20:53:03 2011 (r217980) @@ -329,6 +329,12 @@ contains default list of file systems to .El .Sh EXIT STATUS .Ex -std +.Pp +If the option +.Fl F +is used, +.Nm +exits 7 if the file system is clean. .Sh DIAGNOSTICS The diagnostics produced by .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101272053.p0RKr3LW035438>