diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-15 23:55:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-15 23:55:28 +0000 |
commit | 763924e9ec0563cfe7cff8bca83fe9888d3e642d (patch) | |
tree | 185ed4bddb7f8e8f2e16703e923634ded26550fb /share/man/man4/hil.4 | |
parent | e5647eb9e5de76a2d7920cbb5fbd9d4e8725e2ce (diff) |
Document hilid(4) and hil locators.
Diffstat (limited to 'share/man/man4/hil.4')
-rw-r--r-- | share/man/man4/hil.4 | 10 |
1 files changed, 5 insertions, 5 deletions
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 |