Module Name: src
Committed By: sevan
Date: Sun Sep 11 03:56:00 UTC 2016
Modified Files:
src/sbin/fsck_ext2fs: fsck_ext2fs.8
Log Message:
Document the author and the version fsck_ext2fs first appeared.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/fsck_ext2fs/fsck_ext2fs.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_ext2fs/fsck_ext2fs.8
diff -u src/sbin/fsck_ext2fs/fsck_ext2fs.8:1.19 src/sbin/fsck_ext2fs/fsck_ext2fs.8:1.20
--- src/sbin/fsck_ext2fs/fsck_ext2fs.8:1.19 Sun Feb 21 13:26:45 2010
+++ src/sbin/fsck_ext2fs/fsck_ext2fs.8 Sun Sep 11 03:56:00 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: fsck_ext2fs.8,v 1.19 2010/02/21 13:26:45 wiz Exp $
+.\" $NetBSD: fsck_ext2fs.8,v 1.20 2016/09/11 03:56:00 sevan Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -51,7 +51,7 @@
.\"
.\" @(#)fsck.8 8.3 (Berkeley) 11/29/94
.\"
-.Dd October 9, 2008
+.Dd September 11, 2016
.Dt FSCK_EXT2FS 8
.Os
.Sh NAME
@@ -251,3 +251,12 @@ are fully enumerated and explained in Ap
.Xr fsdb 8 ,
.Xr newfs 8 ,
.Xr reboot 8
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.Nx 1.3 .
+.Sh AUTHORS
+.Nm
+was written by
+.An Manuel Bouyer Aq Mt [email protected] .