diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2008-01-24 14:54:50 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2008-01-24 14:54:50 +0000 |
commit | fa0d145b74edd2ec5341babcd7eab0f0424e4808 (patch) | |
tree | 4d90bb7fdf5d0dae866ab80346328a67d8607790 /share/man/man4/man4.sparc64 | |
parent | 905439bed81c907dd0cc737290ecda76608e05e5 (diff) |
Finish the beep(4) driver by hooking it up to the ukbd(4) beep handler
and disable the one second long beep on attach.
ok miod@
Diffstat (limited to 'share/man/man4/man4.sparc64')
-rw-r--r-- | share/man/man4/man4.sparc64/beeper.4 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc64/beeper.4 b/share/man/man4/man4.sparc64/beeper.4 index 7fa9808747c..2cdb8e273b9 100644 --- a/share/man/man4/man4.sparc64/beeper.4 +++ b/share/man/man4/man4.sparc64/beeper.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: beeper.4,v 1.5 2007/05/31 19:19:57 jmc Exp $ +.\" $OpenBSD: beeper.4,v 1.6 2008/01/24 14:54:49 robert Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 24 2008 $ .Dt BEEPER 4 sparc64 .Os .Sh NAME @@ -39,11 +39,14 @@ The device does exactly what it sounds like: it beeps. In particular, this device registers itself to handle beeping for .Xr pckbd 4 +or +.Xr ukbd 4 devices. .Sh SEE ALSO .Xr ebus 4 , .Xr intro 4 , -.Xr pckbd 4 +.Xr pckbd 4 , +.Xr ukbd 4 .Sh HISTORY .Ox support for the |