svn commit: r316209 - stable/10/sbin/fsck

Sevan Janiyan sevan at FreeBSD.org
Thu Mar 30 02:38:40 UTC 2017


Author: sevan (doc committer)
Date: Thu Mar 30 02:38:38 2017
New Revision: 316209
URL: https://svnweb.freebsd.org/changeset/base/316209

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

Modified:
  stable/10/sbin/fsck/fsck.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/fsck/fsck.8
==============================================================================
--- stable/10/sbin/fsck/fsck.8	Thu Mar 30 02:38:30 2017	(r316208)
+++ stable/10/sbin/fsck/fsck.8	Thu Mar 30 02:38:38 2017	(r316209)
@@ -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-stable-10 mailing list