Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Minor tweaks, from Michael McConville



details:   https://anonhg.NetBSD.org/src/rev/a621c8be3594
branches:  trunk
changeset: 810980:a621c8be3594
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Oct 04 22:51:19 2015 +0000

description:
Minor tweaks, from Michael McConville

diffstat:

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

diffs (46 lines):

diff -r 7b1dd7d0375a -r a621c8be3594 share/man/man9/module.9
--- a/share/man/man9/module.9   Sun Oct 04 21:08:30 2015 +0000
+++ b/share/man/man9/module.9   Sun Oct 04 22:51:19 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: module.9,v 1.37 2015/06/04 01:58:30 pgoyette Exp $
+.\"    $NetBSD: module.9,v 1.38 2015/10/04 22:51:19 pgoyette Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 18, 2011
+.Dd October 5, 2015
 .Dt MODULE 9
 .Os
 .Sh NAME
@@ -74,8 +74,9 @@
 Modules can be loaded from within the kernel image, provided by the boot
 loader, or loaded from the file system.
 .Pp
-Two data types are relevant for
-.Nm :
+The
+.Nm
+subsystem includes two data types:
 .Bl -enum -offset indent
 .It
 The
@@ -84,10 +85,13 @@
 .It
 The
 .Vt modinfo_t
-type resides within the module itself, and contains module header info.
+type resides within
+.Vt module_t
+and contains module header info.
 .El
 .Pp
-The module subsystem is protected by the global kernconfig_mutex.
+The module subsystem is protected by the global
+.Va kernconfig_mutex .
 .Sh FUNCTIONS
 .Bl -tag -width abcd
 .It Fn MODULE "class" "name" "required"



Home | Main Index | Thread Index | Old Index