diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-02-19 04:24:50 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-02-19 04:24:50 +0000 |
commit | 84f6a14578122853c981b6a92fe285445738ce62 (patch) | |
tree | 9080181b46fcd92c9ff181e5fd37c0c1a06be3a6 /share | |
parent | f095095d5687e0d4ff6371c4208bdc8fe65f1801 (diff) |
Document beeper
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 10 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/beeper.4 | 54 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/intro.4 | 6 |
3 files changed, 63 insertions, 7 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index 037283a7ba2..3f1fb433489 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2002/01/31 03:04:28 jason Exp $ +# $OpenBSD: Makefile,v 1.16 2002/02/19 04:24:49 jason Exp $ -# TODO: auxio.4 beeper.4 clock.4 ebus.4 pcons.4 psycho.4 sbus.4 timer.4 -MAN= audioce.4 audiocs.4 autoconf.4 be.4 cgsix.4 cgthree.4 comkbd.4 \ - esp.4 gem.4 hme.4 intro.4 le.4 magma.4 mem.4 openprom.4 pcons.4 \ - qe.4 qec.4 sab.4 spif.4 uperf.4 vgafb.4 zs.4 +# TODO: auxio.4 clock.4 ebus.4 pcons.4 psycho.4 sbus.4 timer.4 +MAN= audioce.4 audiocs.4 autoconf.4 be.4 beeper.4 cgsix.4 cgthree.4 \ + comkbd.4 esp.4 gem.4 hme.4 intro.4 le.4 magma.4 mem.4 openprom.4 \ + pcons.4 qe.4 qec.4 sab.4 spif.4 uperf.4 vgafb.4 zs.4 MLINKS= mem.4 kmem.4 \ sab.4 sabtty.4 \ zs.4 zstty.4 \ diff --git a/share/man/man4/man4.sparc64/beeper.4 b/share/man/man4/man4.sparc64/beeper.4 new file mode 100644 index 00000000000..6c3246d8b8c --- /dev/null +++ b/share/man/man4/man4.sparc64/beeper.4 @@ -0,0 +1,54 @@ +.\" $OpenBSD: beeper.4,v 1.1 2002/02/19 04:24:49 jason Exp $ +.\" +.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) +.\" 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. Redistributions 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. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by Jason L. Wright +.\" 4. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission. +.\" +.\" 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 18, 2002 +.Dt BEEPER 4 sparc64 +.Os +.Sh NAME +.Nm beeper +.Nd console annunciator +.Sh SYNOPSIS +.Cd "beeper* at ebus?" +.Sh DESCRIPTION +The +.Nm +device does exactly what it sounds like: it beeps. +In particular, this device registers itself to handle beeping for +.Xr pckbd 4 +devices. +.Sh SEE ALSO +.Xr pckbd 4 +.Sh HISTORY +.Ox +support for the +.Nm +first appeared in +.Ox 3.0 . diff --git a/share/man/man4/man4.sparc64/intro.4 b/share/man/man4/man4.sparc64/intro.4 index 62ee858e21e..acff21d7100 100644 --- a/share/man/man4/man4.sparc64/intro.4 +++ b/share/man/man4/man4.sparc64/intro.4 @@ -1,6 +1,6 @@ -.\" $OpenBSD: intro.4,v 1.9 2002/01/31 03:10:44 jason Exp $ +.\" $OpenBSD: intro.4,v 1.10 2002/02/19 04:24:49 jason Exp $ .\" -.\" Copyright (c) 2001 The OpenBSD Project +.\" Copyright (c) 2001-2002 The OpenBSD Project .\" All Rights Reserved. .\" .Dd October 4, 2001 @@ -81,6 +81,8 @@ SBus CS4231 based audio. PCI Trident 4DWAVE DX/NX, SiS 7018, ALi M5451 audio. .It be 10BaseT/100BaseTX SBus Ethernet controller. +.It beeper +simple speaker beeper .It cgsix 8 bit SBus color graphics frame buffer. .It cgthree |