aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSevan Janiyan <sevan@FreeBSD.org>2016-10-05 20:38:49 +0000
committerSevan Janiyan <sevan@FreeBSD.org>2016-10-05 20:38:49 +0000
commitac52fd7fce380ffcf063afeef406a1bee9fa2d16 (patch)
treec1ea0de4803a487c1d0cb190bed808507e04cd26
parent775f689c85a90c0106a1baacbeb1cbac3a9b3696 (diff)
downloadsrc-ac52fd7fce380ffcf063afeef406a1bee9fa2d16.tar.gz
src-ac52fd7fce380ffcf063afeef406a1bee9fa2d16.zip
Notes
-rw-r--r--sbin/fsck_ffs/fsck_ffs.819
1 files changed, 15 insertions, 4 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8
index 828df2756997..f11b5d47868c 100644
--- a/sbin/fsck_ffs/fsck_ffs.8
+++ b/sbin/fsck_ffs/fsck_ffs.8
@@ -29,7 +29,7 @@
.\" @(#)fsck.8 8.4 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
-.Dd July 30, 2013
+.Dd October 5, 2016
.Dt FSCK_FFS 8
.Os
.Sh NAME
@@ -268,9 +268,9 @@ do not open the file system for writing.
Preen file systems (see above).
.It Fl R
Instruct fsck_ffs to restart itself if it encounters certain errors that
-warrant another run. It will limit itself to a maximum of 10 restarts
-in a given run in order to avoid an endless loop with extremely corrupted
-filesystems.
+warrant another run.
+It will limit itself to a maximum of 10 restarts in a given run in order
+to avoid an endless loop with extremely corrupted filesystems.
.It Fl r
Free up excess unused inodes.
Decreasing the number of preallocated inodes reduces the
@@ -393,3 +393,14 @@ are fully enumerated and explained in Appendix A of
.Xr fsdb 8 ,
.Xr newfs 8 ,
.Xr reboot 8
+.Sh HISTORY
+A
+.Nm fsck
+utility appeared in
+.Bx 4.0 .
+It became
+.Nm
+in
+.Fx 5.0
+with the introduction of the filesystem independent wrapper as
+.Nm fsck .