Module Name: src
Committed By: wiz
Date: Thu May 14 13:59:57 UTC 2015
Modified Files:
src/share/man/man9: module.9
Log Message:
Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 src/share/man/man9/module.9:1.36
--- src/share/man/man9/module.9:1.35 Wed May 13 22:31:16 2015
+++ src/share/man/man9/module.9 Thu May 14 13:59:57 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.35 2015/05/13 22:31:16 pgoyette Exp $
+.\" $NetBSD: module.9,v 1.36 2015/05/14 13:59:57 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -418,6 +418,10 @@ Note however that modules loaded manuall
.Xr modload 8
are never auto-unloaded.
.El
+.Sh EXAMPLES
+A set of example modules is available in the
+.Pa src/sys/modules.examples
+directory hierarchy.
.Sh CODE REFERENCES
The core of the kernel module implementation is in
.Pa sys/kern/kern_module.c
@@ -446,10 +450,6 @@ needed when a module is loaded or unload
deals with resolution of relocatable symbols.
.Fn module_init_md
is for finding modules passed in by the boot loader.
-.Sh EXAMPLES
-A set of example modules is available in the
-.Pa src/sys/modules.examples
-directory hierarchy.
.Sh SEE ALSO
.Xr modctl 2 ,
.Xr module 7 ,