1 --- sysctl.3.orig 2004-07-02 16:52:10.000000000 -0700
2 +++ sysctl.3 2004-10-24 17:35:54.000000000 -0700
7 +Note: Implementation of
9 +-- to print whatever data deemed necessary from the large
13 +) -- is left as an exercise for the reader.
15 The top level names are defined with a CTL_ prefix in
18 The next and subsequent levels down are found in the include files
19 listed here, and described in separate sections below.
21 -.Bl -column CTLXMACHDEPXXX "Next level namesXXXXXX" -offset indent
22 +.Bl -column CTLXMACHDEP "Next level names" -offset indent
23 .It Sy "Name Next level names Description"
24 .It "CTL_DEBUG sys/sysctl.h Debugging"
25 .It "CTL_VFS sys/mount.h File system"
27 .It "CTL_MACHDEP sys/sysctl.h Machine dependent"
28 .It "CTL_NET sys/socket.h Networking"
29 .It "CTL_USER sys/sysctl.h User-level"
30 -.It "CTL_VM vm/vm_param.h Virtual memory"
31 +.It "CTL_VM sys/resources.h Virtual memory (struct loadavg)"
32 +.It "CTL_VM sys/vmmeter.h Virtual memory (struct vmtotal)"
35 For example, the following retrieves the maximum number of processes allowed