diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-30 05:24:39 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-30 05:24:39 +0000 |
commit | 8a6bbff3888e2e5844d17ac0b63e698f0dfcf6b7 (patch) | |
tree | e64528f85243fa35e92088f287f54e95a13a47f2 /lib/libc | |
parent | 2a859e567f62b9b543678b79a4076560e17ae81b (diff) |
CTL_VM defines moved from uvm_param.h to uvmexp.h
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sysctl.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index 61eb4826e20..fdcd10c2802 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.58 2024/10/10 22:21:05 lucas Exp $ +.\" $OpenBSD: sysctl.2,v 1.59 2024/10/30 05:24:38 jsg Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 10 2024 $ +.Dd $Mdocdate: October 30 2024 $ .Dt SYSCTL 2 .Os .Sh NAME @@ -131,7 +131,7 @@ listed here, and described in separate sections below. .It Dv CTL_MACHDEP Ta "sys/sysctl.h" Ta "Machine dependent" .It Dv CTL_NET Ta "sys/socket.h" Ta "Networking" .It Dv CTL_VFS Ta "ufs/ffs/ffs_extern.h" Ta "Virtual file system" -.It Dv CTL_VM Ta "uvm/uvm_param.h" Ta "Virtual memory" +.It Dv CTL_VM Ta "uvm/uvmexp.h" Ta "Virtual memory" .El .Pp For example, the following retrieves the maximum number of processes allowed @@ -2388,7 +2388,7 @@ identifiers second level network identifiers .It In sys/gmon.h third level profiling identifiers -.It In uvm/uvm_param.h +.It In uvm/uvmexp.h second level virtual memory identifiers .It In uvm/uvm_swap_encrypt.h third level virtual memory identifiers |