diff options
author | remko <remko@FreeBSD.org> | 2008-09-17 06:56:27 +0000 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2008-09-17 06:56:27 +0000 |
commit | 288b25a61777fbad116904206963d46e81d2c695 (patch) | |
tree | fe89e263386f519d5cc5251a9adbe7486bcfb484 /sbin | |
parent | 8dda766e4150149b9bfdf7c68c185b1436dd39dc (diff) | |
download | FreeBSD-src-288b25a61777fbad116904206963d46e81d2c695.zip FreeBSD-src-288b25a61777fbad116904206963d46e81d2c695.tar.gz |
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
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 98c97f3..3139124 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 |