Sort sections.

This commit is contained in:
wiz 2015-05-14 13:59:57 +00:00
parent 5f5eebf1e3
commit 08966c2e65
1 changed files with 5 additions and 5 deletions

View File

@ -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 manually with
.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 unloaded.
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 ,