diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-07-20 22:41:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-07-20 22:41:58 +0000 |
commit | c0fe1ee0897d00a719de9ea038b5fbd34e10bc00 (patch) | |
tree | 43cea4153d0b52dab42c5ba02487a2d1faf1ff24 /share | |
parent | 8262bfd19a98c81fa1fb30ddd1e2d625f8749230 (diff) |
Mention that the LCD can be made to "blink" by setting machdep.led_blink.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.hppa/lcd.4 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/share/man/man4/man4.hppa/lcd.4 b/share/man/man4/man4.hppa/lcd.4 index 47788e1a5b1..06c2a443013 100644 --- a/share/man/man4/man4.hppa/lcd.4 +++ b/share/man/man4/man4.hppa/lcd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lcd.4,v 1.1 2007/07/15 20:12:44 kettenis Exp $ +.\" $OpenBSD: lcd.4,v 1.2 2007/07/20 22:41:57 kettenis Exp $ .\" .\" Copyright (c) 2007 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 15 2007 $ +.Dd $Mdocdate: July 20 2007 $ .Dt LCD 4 hppa .Os .Sh NAME @@ -27,8 +27,16 @@ The .Nm driver provides support for the front panel LCD display found on newer HP PA-RISC workstations and servers. +This LCD can be made to show a heartbeat based on the load average by +setting the +.Xr sysctl 3 +variable +.Ar machdep.led_blink +to a non-zero value. .Sh SEE ALSO -.Xr intro 4 +.Xr sysctl 3 , +.Xr intro 4 , +.Xr sysctl 8 .Sh HISTORY The .Nm |