Add history section to fsck(8)

PR:		212472
Approved by:	bcr (mentor)
MFC after:	5 days
Differential Revision:	https://reviews.freebsd.org/D8104
This commit is contained in:
Sevan Janiyan 2016-10-05 20:31:44 +00:00
parent 1c90b286fa
commit 775f689c85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306733

View File

@ -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.