diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-03 04:41:39 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-03 04:41:39 +0000 |
commit | a1bf619bd0bd8e0c50c56b1d04c48d0a54857693 (patch) | |
tree | 091dd550b637d3f21d9ee727ab2ea2580aaba345 /sbin/sysctl | |
parent | 18df2f389f3fd8aaa8addfef08c2bd8b79c4cb44 (diff) |
kern.nprocs
Diffstat (limited to 'sbin/sysctl')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 993f3c2af20..f58e2af4247 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.65 2001/06/03 03:56:03 angelos Exp $ +.\" $OpenBSD: sysctl.8,v 1.66 2001/06/03 04:41:38 angelos Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -145,8 +145,9 @@ privilege can change the value. .It kern.tty.tk_nout int64_t no .It kern.tty.tk_rawcc int64_t no .It kern.tty.tk_cancc int64_t no -.It kern.fscale int no -.It kern.ccpu u_int no +.It kern.fscale int no +.It kern.ccpu u_int no +.It kern.nprocs int no .It vm.loadavg struct no .It vm.psstrings struct no .It vm.swapencrypt.enable integer yes |