Module Name: src
Committed By: sevan
Date: Sun Sep 11 04:19:52 UTC 2016
Modified Files:
src/sbin/fsck_v7fs: fsck_v7fs.8
Log Message:
Document author and the version fsck_v7fs appeared.
Replace contraction.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/fsck_v7fs/fsck_v7fs.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_v7fs/fsck_v7fs.8
diff -u src/sbin/fsck_v7fs/fsck_v7fs.8:1.2 src/sbin/fsck_v7fs/fsck_v7fs.8:1.3
--- src/sbin/fsck_v7fs/fsck_v7fs.8:1.2 Mon Jun 27 13:50:31 2011
+++ src/sbin/fsck_v7fs/fsck_v7fs.8 Sun Sep 11 04:19:52 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: fsck_v7fs.8,v 1.2 2011/06/27 13:50:31 wiz Exp $
+.\" $NetBSD: fsck_v7fs.8,v 1.3 2016/09/11 04:19:52 sevan Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 29, 2011
+.Dd September 11, 2016
.Dt FSCK_V7FS 8
.Os
.Sh NAME
@@ -61,7 +61,7 @@ and
.It Fl F
Check file system inside a regular file.
.It Fl n
-Don't correct file system.
+Do not correct file system.
.It Fl o
Options are specified with a
.Fl o
@@ -88,6 +88,15 @@ to assume yes as the answer to all opera
.Xr fsck 8 ,
.Xr mount_v7fs 8 ,
.Xr newfs_v7fs 8
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.Nx 6.0 .
+.Sh AUTHORS
+.Nm
+was written by
+.An UCHIYAMA Yasushi Aq Mt [email protected] .
.Sh BUGS
.Nm
is still under construction.