diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-24 16:03:50 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-24 16:03:50 +0000 |
commit | 61577d391d81d6a9dfb04d2ee4d8e27ee06a3181 (patch) | |
tree | ef3e49a44ad1594498c20cf03ebf29740dd92346 /share | |
parent | 5b68510c82907fc2cdf249350c73426e698f021e (diff) |
mention zskbd and attachment to wskbd
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc64/zs.4 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc64/zs.4 b/share/man/man4/man4.sparc64/zs.4 index 937319c6a99..243bd84f9e4 100644 --- a/share/man/man4/man4.sparc64/zs.4 +++ b/share/man/man4/man4.sparc64/zs.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zs.4,v 1.1 2001/10/08 22:37:11 miod Exp $ +.\" $OpenBSD: zs.4,v 1.2 2002/01/24 16:03:49 jason Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -13,6 +13,8 @@ .Sh SYNOPSIS .Cd "zs* at sbus? slot ? offset ?" .Cd "zstty* at zs? channel ?" +.Cd "zskbd* at zs? channel ? +.Cd "wskbd* at zskbd? console ?" .Sh DESCRIPTION The .Nm @@ -25,8 +27,12 @@ Most workstations include two of these interfaces. One of the interfaces is usually hardwired for use by the keyboard and mouse attached to the workstation console. +The +.Nm zskbd +devices connect keyboard devices to the generic keyboard driver +.Nm wskbd . The remaining additional -.Nm +.Nm zs interfaces provide RS-423 and RS-232 serial ports for general purpose use. .Pp @@ -51,8 +57,7 @@ connections fail, apparently due to a getty hang. The hung getty apparently prevents the cua device from being re-opened. .Sh SEE ALSO .Xr ioctl 2 , -.Xr kbd 4 , -.Xr ms 4 , +.Xr wskbd 4 , .Xr tty 4 .Sh HISTORY The |