Sat Dec 11 19:55:53 2010 UTC ()
Point to module(9) instead of modctl(8).


(jruoho)
diff -r1.51 -r1.52 src/share/man/man7/sysctl.7

cvs diff -r1.51 -r1.52 src/share/man/man7/sysctl.7 (expand / switch to unified diff)

--- src/share/man/man7/sysctl.7 2010/08/06 18:36:09 1.51
+++ src/share/man/man7/sysctl.7 2010/12/11 19:55:53 1.52
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: sysctl.7,v 1.51 2010/08/06 18:36:09 jruoho Exp $ 1.\" $NetBSD: sysctl.7,v 1.52 2010/12/11 19:55:53 jruoho Exp $
2.\" 2.\"
3.\" Copyright (c) 1993 3.\" Copyright (c) 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -19,27 +19,27 @@ @@ -19,27 +19,27 @@
19.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 21.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95 30.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
31.\" 31.\"
32.Dd August 6, 2010 32.Dd December 11, 2010
33.Dt SYSCTL 7 33.Dt SYSCTL 7
34.Os 34.Os
35.Sh NAME 35.Sh NAME
36.Nm sysctl 36.Nm sysctl
37.Nd system information variables 37.Nd system information variables
38.Sh DESCRIPTION 38.Sh DESCRIPTION
39The 39The
40.Xr sysctl 3 40.Xr sysctl 3
41library function and the 41library function and the
42.Xr sysctl 8 42.Xr sysctl 8
43utility are used to get and set values of system variables, maintained 43utility are used to get and set values of system variables, maintained
44by the kernel. 44by the kernel.
45The variables are organized in a tree and identified by a sequence of 45The variables are organized in a tree and identified by a sequence of
@@ -689,28 +689,28 @@ otherwise 0. @@ -689,28 +689,28 @@ otherwise 0.
689.It Li kern.module 689.It Li kern.module
690Settings related to kernel modules. 690Settings related to kernel modules.
691The third level names for the settings are described below. 691The third level names for the settings are described below.
692.Bl -column "kern.module.autoload" "integer" "Changeable" -offset indent 692.Bl -column "kern.module.autoload" "integer" "Changeable" -offset indent
693.It Sy Third level name Type Changeable 693.It Sy Third level name Type Changeable
694.It kern.module.autoload integer yes 694.It kern.module.autoload integer yes
695.It kern.module.verbose integer yes 695.It kern.module.verbose integer yes
696.El 696.El
697.Pp 697.Pp
698The variables are as follows: 698The variables are as follows:
699.Bl -tag -width "123456" 699.Bl -tag -width "123456"
700.It Li kern.module.autoload 700.It Li kern.module.autoload
701A boolean that controls whether kernel modules are loaded automatically. 701A boolean that controls whether kernel modules are loaded automatically.
702See for example 702See
703.Xr modstat 8 703.Xr module 9
704for additional details. 704for additional details.
705.It Li kern.module.verbose 705.It Li kern.module.verbose
706A boolean that enables or disables verbose 706A boolean that enables or disables verbose
707debug messages related to kernel modules. 707debug messages related to kernel modules.
708.El 708.El
709.It Li kern.monotonic_clock ( KERN_MONOTONIC_CLOCK ) 709.It Li kern.monotonic_clock ( KERN_MONOTONIC_CLOCK )
710Returns the standard version the implementation of the POSIX 1003.1b 710Returns the standard version the implementation of the POSIX 1003.1b
711Monotonic Clock Option conforms to, 711Monotonic Clock Option conforms to,
712otherwise 0. 712otherwise 0.
713.It Li kern.mqueue 713.It Li kern.mqueue
714Settings related to 714Settings related to
715.Tn POSIX 715.Tn POSIX
716message queues; see 716message queues; see