From 6f5c443661fcac9963d2c47f781ecc799e78d058 Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Wed, 17 Sep 2008 06:56:27 +0000 Subject: [PATCH] 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 --- sbin/fsck_ffs/fsck_ffs.8 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 98c97f327c5f..31391244ac78 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -321,6 +321,12 @@ contains default list of file systems to check. .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