Module Name: src
Committed By: sevan
Date: Mon Sep 12 04:00:27 UTC 2016
Modified Files:
src/sbin/modstat: modstat.8
Log Message:
modstat initially lived in src/usr.bin/modstat before being moved to
src/modstat.
Note the history of the initial implementation and amend AUTHORS section to
credit Terrence R. Lambert.
Heads up by Matthew Green.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 src/sbin/modstat/modstat.8:1.21
--- src/sbin/modstat/modstat.8:1.20 Mon Sep 12 00:15:14 2016
+++ src/sbin/modstat/modstat.8 Mon Sep 12 04:00:27 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: modstat.8,v 1.20 2016/09/12 00:15:14 sevan Exp $
+.\" $NetBSD: modstat.8,v 1.21 2016/09/12 04:00:27 sevan Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -129,11 +129,19 @@ and with a nonzero status if an error oc
A
.Nm
utility appeared in
-.Nx 5.0 .
+.Nx 0.9 .
The
.Nm
command was designed to be similar in functionality
to the corresponding command in
.Tn "SunOS 4.1.3" .
-.Sh AUTHOR
+.Nm
+was switched to the module framework for
+.Nx 5.0 .
+.Sh AUTHORS
+The original
+.Nx
+implementation was written by
+.An Terrence R. Lambert Aq Mt [email protected] .
+The switch to the module framework was by
.An Andrew Doran Aq Mt [email protected] .