Module Name: src
Committed By: wiz
Date: Sat Aug 14 17:49:12 UTC 2010
Modified Files:
src/share/man/man9: module.9
Log Message:
Sort sections, remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/share/man/man9/module.9:1.14
--- src/share/man/man9/module.9:1.13 Sat Aug 14 17:06:58 2010
+++ src/share/man/man9/module.9 Sat Aug 14 17:49:12 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.13 2010/08/14 17:06:58 pgoyette Exp $
+.\" $NetBSD: module.9,v 1.14 2010/08/14 17:49:12 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -386,17 +386,17 @@
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 .
It replaces the
.Dq Tn LKM
subsystem from earlier releases.
+.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] .