diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-14 18:52:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-14 18:52:47 +0000 |
commit | cb482328978642a463ecff0206622775555d47ae (patch) | |
tree | d6e6cf663a0e7ebe49c59e21aafb6b0f9966ecde /share/man | |
parent | 46e0ef4688a4c246c1ab95c4f31020c5ad5ac4eb (diff) |
move the device list into the main body;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.mac68k/adb.4 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/share/man/man4/man4.mac68k/adb.4 b/share/man/man4/man4.mac68k/adb.4 index 1347f97dd31..ffffdb86c7d 100644 --- a/share/man/man4/man4.mac68k/adb.4 +++ b/share/man/man4/man4.mac68k/adb.4 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: adb.4,v 1.10 2006/01/10 07:37:31 miod Exp $ +.\" $OpenBSD: adb.4,v 1.11 2006/09/14 18:52:46 jmc Exp $ .\" $NetBSD: adb.4,v 1.1 1997/07/18 02:13:42 ender Exp $ .\" .Dd January 10, 2006 @@ -48,9 +48,17 @@ is the single-master, multiple-slave, low-speed serial bus interface used by Macintosh computers to connect input devices such as keyboards, mice, trackballs, and graphics tablets to the machine. +.Pp +.Ox +provides support for the following devices: +.Pp +.Bl -tag -width 12n -offset indent -compact +.It Xr akbd 4 +Apple Keyboard Device +.It Xr ams 4 +Apple Mouse Support +.El .Sh SEE ALSO -.Xr akbd 4 , -.Xr ams 4 , .Xr intro 4 .Sh HISTORY The @@ -67,7 +75,7 @@ The hardware direct interface was written by John P. Wittkowski. The PowerManager interface was written by Takashi Hamada. .Sh BUGS -.Bl -bullet +.Bl -bullet -compact .It Not every class of .Tn ADB |