diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-02-01 21:51:53 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-02-01 21:51:53 +0000 |
commit | c49689d1dc462720bd27b4058a32584b2ef5997b (patch) | |
tree | 2123b3c42ac191f9674bd89c02ea0f628d493b66 | |
parent | 6506f26a7c7966733a96fb87a5640eb7adbaea26 (diff) |
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 |