diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-03 03:56:04 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-03 03:56:04 +0000 |
commit | 2d76a896300a96b047bc6c157d268ba050e4ad66 (patch) | |
tree | 7d2af5fcd346e84081f68c6fbd8eea085cd3f255 /sbin | |
parent | 144e6402954fbf4f62a0eeebaff731c862848c76 (diff) |
Add kern.fscale and kern.ccpu
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index a8e5f41b3f8..993f3c2af20 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.64 2001/05/14 07:13:51 angelos Exp $ +.\" $OpenBSD: sysctl.8,v 1.65 2001/06/03 03:56:03 angelos Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -145,6 +145,8 @@ 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 vm.loadavg struct no .It vm.psstrings struct no .It vm.swapencrypt.enable integer yes |