Module Name: src
Committed By: sevan
Date: Sun Sep 11 03:48:11 UTC 2016
Modified Files:
src/sbin/fsck: fsck.8
Log Message:
Document the version fsck first appeared.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sbin/fsck/fsck.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/fsck/fsck.8
diff -u src/sbin/fsck/fsck.8:1.38 src/sbin/fsck/fsck.8:1.39
--- src/sbin/fsck/fsck.8:1.38 Thu Apr 28 12:16:10 2011
+++ src/sbin/fsck/fsck.8 Sun Sep 11 03:48:11 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: fsck.8,v 1.38 2011/04/28 12:16:10 wiz Exp $
+.\" $NetBSD: fsck.8,v 1.39 2016/09/11 03:48:11 sevan Exp $
.\"
.\" Copyright (c) 1996 Christos Zoulas. All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 17, 2010
+.Dd September 11, 2016
.Dt FSCK 8
.Os
.Sh NAME
@@ -174,3 +174,13 @@ from the terminal).
.Xr fsck_lfs 8 ,
.Xr fsck_msdos 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 .
+The original filesystem specific utility became
+.Xr fsck_ffs 8
+at this point.