Module Name: src
Committed By: jdolecek
Date: Wed Oct 12 21:47:37 UTC 2016
Modified Files:
src/usr.sbin/intrctl: intrctl.8
Log Message:
add HISTORY and AUTHORS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/intrctl/intrctl.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/intrctl/intrctl.8
diff -u src/usr.sbin/intrctl/intrctl.8:1.2 src/usr.sbin/intrctl/intrctl.8:1.3
--- src/usr.sbin/intrctl/intrctl.8:1.2 Mon Aug 17 17:47:22 2015
+++ src/usr.sbin/intrctl/intrctl.8 Wed Oct 12 21:47:37 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: intrctl.8,v 1.2 2015/08/17 17:47:22 wiz Exp $
+.\" $NetBSD: intrctl.8,v 1.3 2016/10/12 21:47:37 jdolecek Exp $
.\"
.\" Copyright (c) 2015 Internet Initiative Japan Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd August 17, 2015
+.Dd October 12, 2016
.Dt INTRCTL 8
.Os
.Sh NAME
@@ -68,3 +68,9 @@ is already disabled, this command has no
.El
.Sh SEE ALSO
.Xr cpuctl 8
+.Sh HISTORY
+.Nm
+first appeared in
+.Nx 8.0 .
+.Sh AUTHORS
+.An Kengo NAKAHARA Aq Mt [email protected]