Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/af973703758c
branches:  trunk
changeset: 808348:af973703758c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 14 13:59:57 2015 +0000

description:
Sort sections.

diffstat:

 share/man/man9/module.9 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r b1f51d84a1ca -r af973703758c share/man/man9/module.9
--- a/share/man/man9/module.9   Thu May 14 13:59:15 2015 +0000
+++ b/share/man/man9/module.9   Thu May 14 13:59:57 2015 +0000
@@ -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 @@
 .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 @@
 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 ,



Home | Main Index | Thread Index | Old Index