diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-05-18 13:31:13 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-05-18 13:31:13 +0000 |
commit | f91d6bab7f52d69c80c813778f169971cee7a861 (patch) | |
tree | 841c9dcbe91b2d28cfb48c32f9b4809fd385f9b1 /sbin/sysctl | |
parent | 5f6bc7799cd98587b12f1c087a71a3c729eef23c (diff) |
add machdep.vsyncblank sysctl for controlling whether vsync is disabled
when the monitor is blanked.
Diffstat (limited to 'sbin/sysctl')
-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 bdab67b2ebb..7c3a47435fd 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.45 2000/04/25 22:12:53 deraadt Exp $ +.\" $OpenBSD: sysctl.8,v 1.46 2000/05/18 13:31:12 jason Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -238,6 +238,8 @@ privilege can change the value. .It machdep.apmwarn integer yes (i386 only) .It machdep.kbdreset integer yes (i386 only) .It machdep.allowaperture integer yes (i386 only, XFree86) +.It machdep.led_blink integer yes (sparc only) +.It machdep.vsyncblank integer yes (sparc only) .It user.cs_path string no .It user.bc_base_max integer no .It user.bc_dim_max integer no |