diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-02-23 20:16:01 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-02-23 20:16:01 +0000 |
commit | 6ce725b9e9c2f4b26bc4868aaaaf150464d5639b (patch) | |
tree | 38fe02966c98cbdb9442895346dd44d4fe4d8027 /sbin | |
parent | a8771c04817f47dcb44b34356cf81faae80110b8 (diff) |
allowaperture is no longer i386 only. Noted by Dries Schellekens.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 07dccb01a41..18bf3b10d79 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.78 2002/02/23 08:07:59 deraadt Exp $ +.\" $OpenBSD: sysctl.8,v 1.79 2002/02/23 20:16:00 matthieu Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -269,7 +269,7 @@ privilege can change the value. .It machdep.apmwarn integer yes (i386 only) .It machdep.apmhalt integer yes (i386 only) .It machdep.kbdreset integer yes (i386 only) -.It machdep.allowaperture integer yes (i386 only, XFree86) +.It machdep.allowaperture integer yes (XFree86) .It machdep.led_blink integer yes (sparc/sparc64) .It machdep.vsyncblank integer yes (sparc only) .It user.cs_path string no |