Date: Sun, 16 Oct 2016 23:47:00 +0000 (UTC) From: Sevan Janiyan <sevan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r307439 - stable/11/sbin/fsck Message-ID: <201610162347.u9GNl0JD031539@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sevan (doc committer) Date: Sun Oct 16 23:47:00 2016 New Revision: 307439 URL: https://svnweb.freebsd.org/changeset/base/307439 Log: MFC r306733: Add history section to fsck(8) PR: 212472 Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D8104 Modified: stable/11/sbin/fsck/fsck.8 Directory Properties: stable/11/ (props changed) Modified: stable/11/sbin/fsck/fsck.8 ============================================================================== --- stable/11/sbin/fsck/fsck.8 Sun Oct 16 23:44:02 2016 (r307438) +++ stable/11/sbin/fsck/fsck.8 Sun Oct 16 23:47:00 2016 (r307439) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610162347.u9GNl0JD031539>