diff options
author | 2002-02-01 21:51:52 +0000 | |
---|---|---|
committer | 2002-02-01 21:51:52 +0000 | |
commit | 80fb65e37cba3a7a79973d5ac20485f22c75d77d (patch) | |
tree | 49d415682259e44b6e7f378e4a55b03b7032a0af | |
parent | machdep.led_blink (diff) | |
download | wireguard-openbsd-80fb65e37cba3a7a79973d5ac20485f22c75d77d.tar.xz wireguard-openbsd-80fb65e37cba3a7a79973d5ac20485f22c75d77d.zip |
machdep.led_blink works on sparc64, too
-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 f82a6ec48f0..30ed2a18f39 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.74 2002/01/12 00:53:09 ericj Exp $ +.\" $OpenBSD: sysctl.8,v 1.75 2002/02/01 21:51:52 jason 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.apmhalt 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.led_blink integer yes (sparc/sparc64) .It machdep.vsyncblank integer yes (sparc only) .It user.cs_path string no .It user.bc_base_max integer no |