diff options
author | 2015-03-11 19:42:38 +0000 | |
---|---|---|
committer | 2015-03-11 19:42:38 +0000 | |
commit | 1ba418e021b1bf7f06011fd31b835436cc427b20 (patch) | |
tree | b9c6b842eaf916f0abe231e3916c6f1402d688e3 /lib/libc | |
parent | -s is not optional, sadly; (diff) | |
download | wireguard-openbsd-1ba418e021b1bf7f06011fd31b835436cc427b20.tar.xz wireguard-openbsd-1ba418e021b1bf7f06011fd31b835436cc427b20.zip |
document HW_PERFPOLICY; ok tedu
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 0574aa2f7df..74892d31ea4 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.247 2015/02/11 03:03:09 guenther Exp $ +.\" $OpenBSD: sysctl.3,v 1.248 2015/03/11 19:42:38 jmc 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: February 11 2015 $ +.Dd $Mdocdate: March 11 2015 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -284,6 +284,7 @@ privileges may change the value. .It Dv HW_NCPU Ta "integer" Ta "no" .It Dv HW_NCPUFOUND Ta "integer" Ta "no" .It Dv HW_PAGESIZE Ta "integer" Ta "no" +.It Dv HW_PERFPOLICY Ta "string" Ta "yes" .It Dv HW_PHYSMEM Ta "integer" Ta "no" .It Dv HW_PHYSMEM64 Ta "int64_t" Ta "no" .It Dv HW_PRODUCT Ta "string" Ta "no" @@ -328,6 +329,12 @@ The number of CPUs being used. The number of CPUs found. .It Dv HW_PAGESIZE The software page size. +.It Dv HW_PERFPOLICY +The performance policy for power management. +Can be one of +.Qq manual +or +.Qq automatic . .It Dv HW_PHYSMEM The total physical memory, in bytes. This variable is deprecated; use |