Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Fix typo reported by Brian Chase in PR 23751.
details: https://anonhg.NetBSD.org/src/rev/2f68a6eaa0a4
branches: trunk
changeset: 556387:2f68a6eaa0a4
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Dec 14 18:08:43 2003 +0000
description:
Fix typo reported by Brian Chase in PR 23751.
While here, do some cleanup.
diffstat:
share/man/man4/adb.4 | 35 ++++++++++++++++++++---------------
1 files changed, 20 insertions(+), 15 deletions(-)
diffs (88 lines):
diff -r f58328a9c90e -r 2f68a6eaa0a4 share/man/man4/adb.4
--- a/share/man/man4/adb.4 Sun Dec 14 17:26:58 2003 +0000
+++ b/share/man/man4/adb.4 Sun Dec 14 18:08:43 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: adb.4,v 1.1 2003/09/26 19:15:15 mbw Exp $
+.\" $NetBSD: adb.4,v 1.2 2003/12/14 18:08:43 wiz Exp $
.\"
.\" Copyright (c) 2003 Alex Zepeda <zipzippy%sonic.net@localhost>
.\" Copyright (c) 1997 Colin Wood
@@ -41,7 +41,7 @@
.Pp
.Cd "options MRG_ADB"
.Pp
-.Cd "#include \*[Lt]machine/adbsys.h\*[Gt]"
+.In machine/adbsys.h
.Sh DESCRIPTION
The Apple Desktop Bus
.Pq Tn ADB
@@ -54,22 +54,26 @@
mac68k models, as well as macppc models with on-board
.Tn ADB
(PowerBooks and
-.Dq Old World"
+.Dq Old World
models).
.Pp
The
.Nm
-driver access the
-.Tn ADB controller using the so-called
+driver accesses the
+.Tn ADB
+controller using the so-called
.Dq HWDIRECT
-method. This method of access bypasses the Macintosh ROM and uses only
+method.
+This method of access bypasses the Macintosh ROM and uses only
.Nx
-routines for ADB access. This is the only method supported on macppc
-and is the default for mac68k systems.
+routines for ADB access.
+This is the only method supported on macppc and is the default for
+mac68k systems.
.Pp
On mac68k systems there is an alternate method of accessing the
.Tn ADB
-controller. With the Macintosh ROM Glue
+controller.
+With the Macintosh ROM Glue
.Pq Tn MRG
method, the routines written for MacOS are used.
To enable this method of
@@ -97,8 +101,9 @@
The
.Nm
event device will return an array of information containing an entry
-for each device connected to the bus. Each entry contains the
-current address, default address, and handler ID for the corresponding
+for each device connected to the bus.
+Each entry contains the current address, default address, and
+handler ID for the corresponding
.Tn ADB
device.
.It Dv ADBIOC_GETREPEAT
@@ -236,8 +241,8 @@
Some of the diagnostic messages in this man page need to be updated.
.El
.Pp
-Some mac68k machines contain so-called dirty ROM. These machines are
-the: Mac SE/30, Mac II, Mac IIx, and Mac IIcx.
+Some mac68k machines contain so-called dirty ROM.
+These machines are the: Mac SE/30, Mac II, Mac IIx, and Mac IIcx.
Machines with dirty ROM may experience trouble booting if the MRG code
is used, especially under the following conditions:
.Bl -bullet -compact -offset indent
@@ -248,10 +253,10 @@
.El
.Pp
On (some) machines with dirty ROM, the ROM indicates the presence of a
-"ghost" keyboard or mouse.
+.Dq ghost
+keyboard or mouse.
When this non-existant device is probed for, the result is an infinite
loop.
This is believed to be triggered by the
.Nm
driver probing for extended mice, and non-EMP Logitech mice.
-
Home |
Main Index |
Thread Index |
Old Index