diff options
author | 2001-11-06 21:52:26 +0000 | |
---|---|---|
committer | 2001-11-06 21:52:26 +0000 | |
commit | 203b091369ddcfe0f543170ad4fe46d58c323b5d (patch) | |
tree | 97819246c97a96ad9db4f4ff3effb6a505aa59c3 | |
parent | oops (diff) | |
download | wireguard-openbsd-203b091369ddcfe0f543170ad4fe46d58c323b5d.tar.xz wireguard-openbsd-203b091369ddcfe0f543170ad4fe46d58c323b5d.zip |
No sir, our sysctls are defined in uvm headers now.
-rw-r--r-- | sbin/sysctl/sysctl.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index ee77fb33c15..c82921a8f8c 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.68 2001/08/18 03:32:16 art Exp $ +.\" $OpenBSD: sysctl.8,v 1.69 2001/11/06 21:52:26 miod Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -393,7 +393,7 @@ device's statistics structure definitions for second level network identifiers .It Pa <sys/gmon.h> definitions for third level profiling identifiers -.It Pa <vm/vm_param.h> +.It Pa <uvm/uvm_param.h> definitions for second level virtual memory identifiers .It Pa <uvm/uvm_swap_encrypt.h> definitions for third level virtual memory identifiers |