From 8a6bbff3888e2e5844d17ac0b63e698f0dfcf6b7 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 30 Oct 2024 05:24:39 +0000 Subject: CTL_VM defines moved from uvm_param.h to uvmexp.h --- lib/libc/sys/sysctl.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc') 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 -- cgit v1.2.3