diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-03-27 16:39:45 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-03-27 16:39:45 +0000 |
commit | 2ab75e0819ad364a7bcba3a91c0a976a54487bb7 (patch) | |
tree | 7d20d352613aaa25889a14fa4ecb372f67201b16 /lib/libc | |
parent | 11a75640200a534b10e9052b38d079df47fa369a (diff) |
VM is a history. From lazy form@.
millert@ ok
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index c19845bff75..26c9dc5ac5e 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.82 2002/03/02 00:55:59 provos Exp $ +.\" $OpenBSD: sysctl.3,v 1.83 2002/03/27 16:39:44 mpech Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -133,7 +133,7 @@ listed here, and described in separate sections below. .It Dv CTL_MACHDEP No " sys/sysctl.h Machine dependent" .It Dv CTL_NET No " sys/socket.h Networking" .It Dv CTL_USER No " sys/sysctl.h User-level" -.It Dv CTL_VM No " vm/vm_param.h Virtual memory" +.It Dv CTL_VM No " uvm/uvm_param.h Virtual memory" .El .Pp For example, the following retrieves the maximum number of processes allowed |