diff options
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/hil.4 | 10 | ||||
-rw-r--r-- | share/man/man4/hilid.4 | 46 | ||||
-rw-r--r-- | share/man/man4/hilkbd.4 | 4 | ||||
-rw-r--r-- | share/man/man4/hilms.4 | 4 |
5 files changed, 58 insertions, 12 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 8720abb70d3..fc9d84fce73 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.232 2003/02/12 01:49:39 miod Exp $ +# $OpenBSD: Makefile,v 1.233 2003/02/15 23:55:27 miod Exp $ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ ami.4 amdpm.4 amphy.4 an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ @@ -9,8 +9,8 @@ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ dc.4 ddb.4 de.4 dpt.4 drum.4 eap.4 ec.4 \ eephy.4 ef.4 eg.4 eisa.4 el.4 em.4 emu.4 enc.4 ep.4 esa.4 esis.4 \ eso.4 ess.4 exphy.4 fd.4 fdc.4 fpa.4 \ - fms.4 fxp.4 gem.4 gdt.4 gpr.4 gre.4 gtp.4 hifn.4 hil.4 hilkbd.4 \ - hilms.4 hme.4 hsq.4 icmp.4 \ + fms.4 fxp.4 gem.4 gdt.4 gpr.4 gre.4 gtp.4 hifn.4 hil.4 \ + hilkbd.4 hilid.4 hilms.4 hme.4 hsq.4 icmp.4 \ icsphy.4 idp.4 iha.4 ifmedia.4 \ inet.4 inphy.4 iop.4 iopsp.4 ioprbs.4 iophy.4 ip.4 ipcomp.4 ipsec.4 \ isa.4 isapnp.4 ises.4 iso.4 isp.4 \ diff --git a/share/man/man4/hil.4 b/share/man/man4/hil.4 index 413c9cdacf7..d989da3ee40 100644 --- a/share/man/man4/hil.4 +++ b/share/man/man4/hil.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hil.4,v 1.3 2003/02/12 01:49:39 miod Exp $ +.\" $OpenBSD: hil.4,v 1.4 2003/02/15 23:55:27 miod Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -32,9 +32,9 @@ .Nd HP-HIL driver .Sh SYNOPSIS .Cd "hil* at gsc? irq 1" -.Cd "hilkbd* at hil?" -.Cd "hilms* at hil?" -.\" .Cd "hilid* at hil?" +.Cd "hilkbd* at hil? code ?" +.Cd "hilms* at hil? code ?" +.Cd "hilid* at hil? code ?" .Sh DESCRIPTION The .Nm @@ -48,7 +48,7 @@ It provides generic HIL management and interfaces for child devices, such as keyboards, button boxes, mice, graphics tablet, and ID modules. .Sh SEE ALSO .Xr gsc 4 , -.\" .Xr hilid 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 new file mode 100644 index 00000000000..486c7e85d43 --- /dev/null +++ b/share/man/man4/hilid.4 @@ -0,0 +1,46 @@ +.\" $OpenBSD: hilid.4,v 1.1 2003/02/15 23:55:27 miod Exp $ +.\" +.\" Copyright (c) 2003 Miodrag Vallat. +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistribution of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.\" +.Dd February 15, 2003 +.Dt HILID 4 +.Os +.Sh NAME +.Nm hilid +.Nd HIL ID module driver +.Sh SYNOPSIS +.Cd "hilid* at hil? code ?" +.Sh DESCRIPTION +This driver recognizes the HIL +.Dq ID module +device. +The only purpose of this device is to provide a small, unique, +bitstring. +.Sh SEE ALSO +.Xr hil 4 , +.Xr intro 4 +.Sh BUGS +There is currently no way to communicated the ID module bitstring to +userland applications. diff --git a/share/man/man4/hilkbd.4 b/share/man/man4/hilkbd.4 index 034adb82f6e..2f3a2772252 100644 --- a/share/man/man4/hilkbd.4 +++ b/share/man/man4/hilkbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hilkbd.4,v 1.2 2003/02/11 22:53:41 miod Exp $ +.\" $OpenBSD: hilkbd.4,v 1.3 2003/02/15 23:55:27 miod Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -31,7 +31,7 @@ .Nm hilkbd .Nd HIL keyboard driver .Sh SYNOPSIS -.Cd "hilkbd* at hil?" +.Cd "hilkbd* at hil? code ?" .Cd "wskbd* at hilkbd? console ?" .Cd "option HILKBD_LAYOUT=XXX" .Sh DESCRIPTION diff --git a/share/man/man4/hilms.4 b/share/man/man4/hilms.4 index d792b29e6f5..bc1342790a7 100644 --- a/share/man/man4/hilms.4 +++ b/share/man/man4/hilms.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hilms.4,v 1.1 2003/02/12 01:49:39 miod Exp $ +.\" $OpenBSD: hilms.4,v 1.2 2003/02/15 23:55:27 miod Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -31,7 +31,7 @@ .Nm hilms .Nd HIL mouse and graphics tablet driver .Sh SYNOPSIS -.Cd "hilms* at hil?" +.Cd "hilms* at hil? code ?" .Cd "wsmouse* at hilms?" .Sh DESCRIPTION This driver supports HIL mice and graphics tablet within the |