aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck
diff options
context:
space:
mode:
authorSevan Janiyan <sevan@FreeBSD.org>2016-10-05 20:31:44 +0000
committerSevan Janiyan <sevan@FreeBSD.org>2016-10-05 20:31:44 +0000
commit775f689c85a90c0106a1baacbeb1cbac3a9b3696 (patch)
treee0b22d260a67585a7faa1a3c2b746a858c8475e7 /sbin/fsck
parent1c90b286fa4fda4688202a7274c8a5675906eb6e (diff)
downloadsrc-775f689c85a90c0106a1baacbeb1cbac3a9b3696.tar.gz
src-775f689c85a90c0106a1baacbeb1cbac3a9b3696.zip
Add history section to fsck(8)
PR: 212472 Approved by: bcr (mentor) MFC after: 5 days Differential Revision: https://reviews.freebsd.org/D8104
Notes
Notes: svn path=/head/; revision=306733
Diffstat (limited to 'sbin/fsck')
-rw-r--r--sbin/fsck/fsck.814
1 files changed, 13 insertions, 1 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8
index 5d2a019ddbfc..578817c4ddd1 100644
--- a/sbin/fsck/fsck.8
+++ b/sbin/fsck/fsck.8
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 23, 2014
+.Dd October 5, 2016
.Dt FSCK 8
.Os
.Sh NAME
@@ -229,3 +229,15 @@ file system table
.Xr fsck_ffs 8 ,
.Xr fsck_msdosfs 8 ,
.Xr mount 8
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.Bx 4.0 .
+It was reimplemented as a filesystem independent wrapper in
+.Nx 1.3
+and first appeared in
+.Fx 5.0 .
+The original filesystem specific utility became
+.Xr fsck_ffs 8
+at this point.