Module Name: src
Committed By: sevan
Date: Mon Sep 12 00:15:14 UTC 2016
Modified Files:
src/sbin/modstat: modstat.8
Log Message:
Document author and the version modstat appeared.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/modstat/modstat.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/modstat/modstat.8
diff -u src/sbin/modstat/modstat.8:1.19 src/sbin/modstat/modstat.8:1.20
--- src/sbin/modstat/modstat.8:1.19 Wed Dec 2 00:56:09 2015
+++ src/sbin/modstat/modstat.8 Mon Sep 12 00:15:14 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: modstat.8,v 1.19 2015/12/02 00:56:09 pgoyette Exp $
+.\" $NetBSD: modstat.8,v 1.20 2016/09/12 00:15:14 sevan Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
.\"
-.Dd December 2, 2015
+.Dd September 12, 2016
.Dt MODSTAT 8
.Os
.Sh NAME
@@ -126,8 +126,14 @@ and with a nonzero status if an error oc
.Xr modload 8 ,
.Xr modunload 8
.Sh HISTORY
+A
+.Nm
+utility appeared in
+.Nx 5.0 .
The
.Nm
command was designed to be similar in functionality
to the corresponding command in
.Tn "SunOS 4.1.3" .
+.Sh AUTHOR
+.An Andrew Doran Aq Mt [email protected] .