diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-09 13:26:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-09 13:26:21 +0000 |
commit | ec7c30333358237f51b30f50a50d51d55aca8e45 (patch) | |
tree | 88142ec1e5443c28bf72e7fe3167c383da793ba9 /share/man/man4/wskbd.4 | |
parent | 1a572b26848ce70668c765a2570819f54e7ebce2 (diff) |
- fix lists/displays
- quote .Cd's
- add/remove .Pp's as necessary
- fix some .Re/.Rs's
- simplify macros
Diffstat (limited to 'share/man/man4/wskbd.4')
-rw-r--r-- | share/man/man4/wskbd.4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/wskbd.4 b/share/man/man4/wskbd.4 index 6c5ccd8ee32..c3ad6797ec4 100644 --- a/share/man/man4/wskbd.4 +++ b/share/man/man4/wskbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wskbd.4,v 1.11 2003/06/06 10:29:41 jmc Exp $ +.\" $OpenBSD: wskbd.4,v 1.12 2003/07/09 13:26:20 jmc Exp $ .\" $NetBSD: wskbd.4,v 1.5 2000/03/20 11:51:59 pk Exp $ .\" .\" Copyright (c) 1999 @@ -32,16 +32,16 @@ .Nm wskbd .Nd generic keyboard support in wscons .Sh SYNOPSIS -.Cd wskbd* at pckbd? console ? mux 1 +.Cd "wskbd* at pckbd? console ? mux 1" (PS/2 keyboard) -.Cd wskbd* at ukbd? console ? mux 1 +.Cd "wskbd* at ukbd? console ? mux 1" (USB keyboard) -.Cd wskbd* at akbd? console ? mux 1 +.Cd "wskbd* at akbd? console ? mux 1" (Apple ADB keyboard) -.Cd wskbd* at comkbd? console ? mux 1 -.Cd wskbd* at zskbd? console ? mux 1 +.Cd "wskbd* at comkbd? console ? mux 1" +.Cd "wskbd* at zskbd? console ? mux 1" (Sun serial keyboard) -.Cd wskbd* at hilkbd? console ? mux 1 +.Cd "wskbd* at hilkbd? console ? mux 1" (HIL keyboard) .Sh DESCRIPTION The |