svn commit: r306733 - head/sbin/fsck

Sevan Janiyan sevan at FreeBSD.org
Wed Oct 5 20:31:45 UTC 2016


Author: sevan (doc committer)
Date: Wed Oct  5 20:31:44 2016
New Revision: 306733
URL: https://svnweb.freebsd.org/changeset/base/306733

Log:
  Add history section to fsck(8)
  
  PR:		212472
  Approved by:	bcr (mentor)
  MFC after:	5 days
  Differential Revision:	https://reviews.freebsd.org/D8104

Modified:
  head/sbin/fsck/fsck.8

Modified: head/sbin/fsck/fsck.8
==============================================================================
--- head/sbin/fsck/fsck.8	Wed Oct  5 20:28:04 2016	(r306732)
+++ head/sbin/fsck/fsck.8	Wed Oct  5 20:31:44 2016	(r306733)
@@ -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.


More information about the svn-src-head mailing list