Module Name: src
Committed By: pgoyette
Date: Sat Aug 14 17:06:58 UTC 2010
Modified Files:
src/share/man/man9: module.9
Log Message:
Add an Authors section
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/module.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/module.9
diff -u src/share/man/man9/module.9:1.12 src/share/man/man9/module.9:1.13
--- src/share/man/man9/module.9:1.12 Wed Aug 11 20:10:55 2010
+++ src/share/man/man9/module.9 Sat Aug 14 17:06:58 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.12 2010/08/11 20:10:55 wiz Exp $
+.\" $NetBSD: module.9,v 1.13 2010/08/14 17:06:58 pgoyette Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -386,6 +386,14 @@
describes the public interface.
.Sh SEE ALSO
.Xr modctl 2
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+system was written by
+.An Andrew Doran Aq [email protected] .
+This manual page was written by
+.An Paul Goyette Aq [email protected] .
.Sh HISTORY
The kernel module subsystem first appeared in
.Nx 5.0 .