diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-12 01:49:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-12 01:49:40 +0000 |
commit | b107ca3bfd53194f48b7d89589c652d6322e711e (patch) | |
tree | 29dbad898e4371cd488e810a683a83efcb8a1ec3 /share | |
parent | 4c43ea7dcc0c268921a905ced7f3066e58766a2e (diff) |
Simple manual page for hilms(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/hil.4 | 6 | ||||
-rw-r--r-- | share/man/man4/hilms.4 | 47 | ||||
-rw-r--r-- | share/man/man4/wsmouse.4 | 5 |
4 files changed, 56 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 9dd05347575..8720abb70d3 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.231 2003/02/11 23:01:04 miod Exp $ +# $OpenBSD: Makefile,v 1.232 2003/02/12 01:49:39 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 \ @@ -10,7 +10,7 @@ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.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 \ - hme.4 hsq.4 icmp.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 687bf892e92..413c9cdacf7 100644 --- a/share/man/man4/hil.4 +++ b/share/man/man4/hil.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hil.4,v 1.2 2003/02/11 23:24:58 mickey Exp $ +.\" $OpenBSD: hil.4,v 1.3 2003/02/12 01:49:39 miod Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Cd "hil* at gsc? irq 1" .Cd "hilkbd* at hil?" -.\" .Cd "hilms* at hil?" +.Cd "hilms* at hil?" .\" .Cd "hilid* at hil?" .Sh DESCRIPTION The @@ -50,5 +50,5 @@ such as keyboards, button boxes, mice, graphics tablet, and ID modules. .Xr gsc 4 , .\" .Xr hilid 4 , .Xr hilkbd 4 , -.\" .Xr hilms 4 , +.Xr hilms 4 , .Xr intro 4 diff --git a/share/man/man4/hilms.4 b/share/man/man4/hilms.4 new file mode 100644 index 00000000000..d792b29e6f5 --- /dev/null +++ b/share/man/man4/hilms.4 @@ -0,0 +1,47 @@ +.\" $OpenBSD: hilms.4,v 1.1 2003/02/12 01:49:39 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 12, 2003 +.Dt HILMS 4 +.Os +.Sh NAME +.Nm hilms +.Nd HIL mouse and graphics tablet driver +.Sh SYNOPSIS +.Cd "hilms* at hil?" +.Cd "wsmouse* at hilms?" +.Sh DESCRIPTION +This driver supports HIL mice and graphics tablet within the +.Xr wscons 4 +framework. +It doesn't prowide direct device driver entry points, but makes its +functions available through the internal +.Xr wsmouse 4 +interface. +.Sh SEE ALSO +.Xr hil 4 , +.Xr intro 4 , +.Xr wsmouse 4 diff --git a/share/man/man4/wsmouse.4 b/share/man/man4/wsmouse.4 index a931a640209..a7d0cb2a164 100644 --- a/share/man/man4/wsmouse.4 +++ b/share/man/man4/wsmouse.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsmouse.4,v 1.5 2002/09/26 22:09:53 miod Exp $ +.\" $OpenBSD: wsmouse.4,v 1.6 2003/02/12 01:49:39 miod Exp $ .\" $NetBSD: wsmouse.4,v 1.3 1999/12/06 14:52:08 augustss Exp $ .\" .Dd March 20, 1999 @@ -22,6 +22,8 @@ (Microsoft InPort mouse, i386 only) .Cd "wsmouse* at ams? mux 0" (Apple ADB mouse) +.Cd "wsmouse* at hil? mux 0" +(HIL mouse) .Sh DESCRIPTION The .Nm @@ -48,6 +50,7 @@ utility gives access to these variables. .El .Sh SEE ALSO .Xr ams 4 , +.Xr hilms 4 , .Xr intro 4 , .Xr lms 4 , .Xr mms 4 , |