diff options
author | sevan <sevan@FreeBSD.org> | 2016-10-16 23:47:00 +0000 |
---|---|---|
committer | sevan <sevan@FreeBSD.org> | 2016-10-16 23:47:00 +0000 |
commit | 7526e162512d680b17e0685d3bfbf099b2123330 (patch) | |
tree | 7374f15a6864de559fc36427bc48b14795536e25 /sbin | |
parent | 67089e3fbb25a9b67b685519bc5e499e4c00b77d (diff) | |
download | FreeBSD-src-7526e162512d680b17e0685d3bfbf099b2123330.zip FreeBSD-src-7526e162512d680b17e0685d3bfbf099b2123330.tar.gz |
MFC r306733:
Add history section to fsck(8)
PR: 212472
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D8104
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fsck/fsck.8 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 5d2a019..578817c 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. |