diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-21 18:50:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-21 18:50:53 +0000 |
commit | e92e1ab7a5bae7af611a6a547f3a9a6e08b9868f (patch) | |
tree | 0fb8f8828d83d6564eee74ed0cfae2b9e61c9276 /share/man/man4/man4.macppc | |
parent | d45fe54e7febd47bc3b17f508c77439b1d1ce817 (diff) |
Remove aed(4) on macppc, nothing uses its functionality since key repeat is
handled by wscons and mouse emulation was never enabled or documented.
Diffstat (limited to 'share/man/man4/man4.macppc')
-rw-r--r-- | share/man/man4/man4.macppc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/abtn.4 | 3 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/adb.4 | 7 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/aed.4 | 49 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/intro.4 | 4 |
5 files changed, 5 insertions, 62 deletions
diff --git a/share/man/man4/man4.macppc/Makefile b/share/man/man4/man4.macppc/Makefile index bf0cf3fa687..6da5e86b471 100644 --- a/share/man/man4/man4.macppc/Makefile +++ b/share/man/man4/man4.macppc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2005/12/20 01:36:10 brad Exp $ +# $OpenBSD: Makefile,v 1.18 2005/12/21 18:50:49 miod Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ -MAN= abtn.4 adb.4 aed.4 akbd.4 ams.4 aoa.4 apm.4 autoconf.4 awacs.4 bm.4 \ +MAN= abtn.4 adb.4 akbd.4 ams.4 aoa.4 apm.4 autoconf.4 awacs.4 bm.4 \ daca.4 fcu.4 ht.4 intro.4 kauaiata.4 ki2c.4 maciic.4 macobio.4 \ mediabay.4 mem.4 onyx.4 pi2c.4 smu.4 snapper.4 tpms.4 tumbler.4 zs.4 MLINKS= mem.4 kmem.4 diff --git a/share/man/man4/man4.macppc/abtn.4 b/share/man/man4/man4.macppc/abtn.4 index 61ffb44af6d..81a5bceae03 100644 --- a/share/man/man4/man4.macppc/abtn.4 +++ b/share/man/man4/man4.macppc/abtn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: abtn.4,v 1.8 2003/05/01 18:44:39 jmc Exp $ +.\" $OpenBSD: abtn.4,v 1.9 2005/12/21 18:50:49 miod Exp $ .\" .\" Copyright (c) 2001 Peter Philipp .\" All rights reserved. @@ -43,7 +43,6 @@ Sound, numlock and eject buttons are also handled by this driver but are silently ignored. .Sh SEE ALSO .Xr adb 4 , -.Xr aed 4 , .Xr intro 4 .Sh AUTHORS The diff --git a/share/man/man4/man4.macppc/adb.4 b/share/man/man4/man4.macppc/adb.4 index 9f7fb142f1a..1a6bac43b34 100644 --- a/share/man/man4/man4.macppc/adb.4 +++ b/share/man/man4/man4.macppc/adb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adb.4,v 1.10 2005/11/20 10:10:46 jmc Exp $ +.\" $OpenBSD: adb.4,v 1.11 2005/12/21 18:50:49 miod Exp $ .\" .\" Copyright (c) 2001 Peter Philipp .\" Copyright (c) 1997 Colin Wood @@ -39,7 +39,6 @@ .Sh SYNOPSIS .Cd "adb at macobio?" .Cd "abtn* at adb?" -.Cd "aed* at adb?" .Cd "akbd* at adb?" .Cd "ams* at adb?" .Cd "apm0 at adb?" @@ -61,9 +60,6 @@ event device was split into many smaller subsystems, namely: .Pp .Bl -enum -compact .It -Apple Event Device driver -.Pq Xr aed 4 . -.It Apple Keyboard driver .Pq Xr akbd 4 . .It @@ -82,7 +78,6 @@ and i2c controller were added to the PowerPC port later to complement the ADB system. .Sh SEE ALSO .Xr abtn 4 , -.Xr aed 4 , .Xr akbd 4 , .Xr ams 4 , .Xr apm 4 , diff --git a/share/man/man4/man4.macppc/aed.4 b/share/man/man4/man4.macppc/aed.4 deleted file mode 100644 index f58dedfc8e9..00000000000 --- a/share/man/man4/man4.macppc/aed.4 +++ /dev/null @@ -1,49 +0,0 @@ -.\" $OpenBSD: aed.4,v 1.5 2003/06/06 10:29:42 jmc Exp $ -.\" -.\" Copyright (c) 2001 Peter Philipp -.\" 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. 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 July 30, 2001 -.Dt AED 4 macppc -.Os -.Sh NAME -.Nm aed -.Nd Apple Event Device -.Sh SYNOPSIS -.Cd "aed* at adb?" -.Sh DESCRIPTION -The -.Nm -driver handles events on the -.Xr adb 4 -Desktop Bus. -.Sh SEE ALSO -.Xr adb 4 , -.Xr intro 4 -.Sh AUTHORS -The -.Nm -driver was written by -.Sy Bradley A. Grantham . diff --git a/share/man/man4/man4.macppc/intro.4 b/share/man/man4/man4.macppc/intro.4 index fd7038028eb..058af8247c7 100644 --- a/share/man/man4/man4.macppc/intro.4 +++ b/share/man/man4/man4.macppc/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.34 2005/12/20 21:47:57 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.35 2005/12/21 18:50:49 miod Exp $ .\" .\" Copyright (c) 2001 Peter Valchev. .\" All rights reserved. @@ -95,8 +95,6 @@ Not all supported devices are listed. .Bl -tag -width usscanner(4) -compact -offset indent .It Xr abtn 4 ADB button. -.It Xr aed 4 -ADB Event Device. .It Xr ahc 4 Adaptec PCI SCSI host adapter driver. .It Xr akbd 4 |