Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 Document the kern.module node.



details:   https://anonhg.NetBSD.org/src/rev/f2940c0dda14
branches:  trunk
changeset: 754099:f2940c0dda14
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Apr 20 06:22:52 2010 +0000

description:
Document the kern.module node.

diffstat:

 share/man/man7/sysctl.7 |  26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

diffs (47 lines):

diff -r ce545ade7642 -r f2940c0dda14 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Tue Apr 20 06:12:06 2010 +0000
+++ b/share/man/man7/sysctl.7   Tue Apr 20 06:22:52 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.7,v 1.41 2010/04/20 06:12:06 jruoho Exp $
+.\"    $NetBSD: sysctl.7,v 1.42 2010/04/20 06:22:52 jruoho Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -284,7 +284,7 @@
 .It kern.memlock       integer no
 .It kern.memlock_range integer no
 .It kern.memory_protection     integer no
-.\".It kern.module     node    not applicable
+.It kern.module        node    not applicable
 .It kern.monotonic_clock       integer no
 .It kern.msgbuf        integer no
 .It kern.msgbufsize    integer no
@@ -668,8 +668,26 @@
 Returns 1 if the POSIX 1003.1b Memory Protection Option is available
 on this system,
 otherwise 0.
-.\" .It Li kern.module
-.\" XXX: Undocumented.
+.It Li kern.module
+Settings related to kernel modules.
+The third level names for the settings are described below.
+.Bl -column "kern.module.autoload" "integer" "Changeable" -offset indent
+.It Sy Third level name        Type    Changeable
+.It kern.module.autoload       integer yes
+.It kern.module.verbose        integer yes
+.El
+.Pp
+The variables are as follows:
+.Bl -tag -width "123456"
+.It Li kern.module.autoload
+A boolean that controls whether kernel modules are loaded automatically.
+See for example
+.Xr modstat 8
+for additional details.
+.It Li kern.module.verbose
+A boolean that enables or disables verbose
+debug messages related to kernel modules.
+.El
 .It Li kern.monotonic_clock ( KERN_MONOTONIC_CLOCK )
 Returns the standard version the implementation of the POSIX 1003.1b
 Monotonic Clock Option conforms to,



Home | Main Index | Thread Index | Old Index