diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-07 15:05:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-07 15:05:22 +0000 |
commit | 8c3f26aa13a779004138c264264ee365d16382bc (patch) | |
tree | d40ff5a22ae1f70d863d609963d0dd94622b88b7 /share/man/man4 | |
parent | ae958bbc49e6c82156fcb368da4946f7ff516613 (diff) |
update hil.4, and sync;
help/ok miod
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/hil.4 | 18 | ||||
-rw-r--r-- | share/man/man4/hilid.4 | 4 | ||||
-rw-r--r-- | share/man/man4/hilkbd.4 | 4 | ||||
-rw-r--r-- | share/man/man4/hilms.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/gsc.4 | 6 |
5 files changed, 21 insertions, 15 deletions
diff --git a/share/man/man4/hil.4 b/share/man/man4/hil.4 index a19a0017470..b6fa140d217 100644 --- a/share/man/man4/hil.4 +++ b/share/man/man4/hil.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hil.4,v 1.7 2005/01/14 22:39:19 miod Exp $ +.\" $OpenBSD: hil.4,v 1.8 2006/09/07 15:05:21 jmc Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm hil -.Nd HP-HIL driver +.Nd introduction to HP-HIL support .Sh SYNOPSIS .Cd "hil* at intio? " Pq hp300 .Cd "hil* at gsc? irq 1 " Pq hppa @@ -64,9 +64,17 @@ such as keyboards, button boxes, mice, graphics tablet, and ID modules. .\"HP 46094A HP-HIL Quadrature Box .\"HP 46095A HP-HIL Quadrature 3-Button Mouse .\"HP 80409A HP-HIL 3-Button Track Ball +.Pp +The following devices are supported: +.Pp +.Bl -tag -width "hilkbd(4)XX" -offset 3n -compact +.It Xr hilid 4 +HIL ID module device +.It Xr hilkbd 4 +HIL keyboard device +.It Xr hilms 4 +HIL mouse and graphics tablet device +.El .Sh SEE ALSO .Xr gsc 4 , -.Xr hilid 4 , -.Xr hilkbd 4 , -.Xr hilms 4 , .Xr intro 4 diff --git a/share/man/man4/hilid.4 b/share/man/man4/hilid.4 index cc8d6270dc0..05510882a10 100644 --- a/share/man/man4/hilid.4 +++ b/share/man/man4/hilid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hilid.4,v 1.3 2004/09/30 19:59:24 mickey Exp $ +.\" $OpenBSD: hilid.4,v 1.4 2006/09/07 15:05:21 jmc Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm hilid -.Nd HIL ID module driver +.Nd HIL ID module device .Sh SYNOPSIS .Cd "hilid* at hil?" .Sh DESCRIPTION diff --git a/share/man/man4/hilkbd.4 b/share/man/man4/hilkbd.4 index 1947f9b0a91..43e75ada702 100644 --- a/share/man/man4/hilkbd.4 +++ b/share/man/man4/hilkbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hilkbd.4,v 1.9 2005/05/20 08:58:43 jmc Exp $ +.\" $OpenBSD: hilkbd.4,v 1.10 2006/09/07 15:05:21 jmc Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm hilkbd -.Nd HIL keyboard driver +.Nd HIL keyboard device .Sh SYNOPSIS .Cd "hilkbd* at hil?" .Cd "wskbd* at hilkbd?" diff --git a/share/man/man4/hilms.4 b/share/man/man4/hilms.4 index a07c29d886b..4b9527fe2f2 100644 --- a/share/man/man4/hilms.4 +++ b/share/man/man4/hilms.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hilms.4,v 1.5 2005/01/16 02:04:28 jmc Exp $ +.\" $OpenBSD: hilms.4,v 1.6 2006/09/07 15:05:21 jmc Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm hilms -.Nd HIL mouse and graphics tablet driver +.Nd HIL mouse and graphics tablet device .Sh SYNOPSIS .Cd "hilms* at hil?" .Cd "wsmouse* at hilms? mux 0" diff --git a/share/man/man4/man4.hppa/gsc.4 b/share/man/man4/man4.hppa/gsc.4 index 56582cf5714..9ff87ab8d6b 100644 --- a/share/man/man4/man4.hppa/gsc.4 +++ b/share/man/man4/man4.hppa/gsc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gsc.4,v 1.18 2004/03/12 00:04:56 miod Exp $ +.\" $OpenBSD: gsc.4,v 1.19 2006/09/07 15:05:21 jmc Exp $ .\" .\" .\" Copyright (c) 1999 Michael Shalayeff @@ -29,9 +29,7 @@ .Os .Sh NAME .Nm gsc -.Nd General System Connect bus on -.Tn HP 9000/700 -machines +.Nd HP 9000/700 General System Connect bus .Sh SYNOPSIS .Cd "gsc* at lasi?" .Cd "gsc* at asp?" |