summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-10-01 20:58:13 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-10-01 20:58:13 +0000
commit8498cdb07f6314268ff77d1d8bfd19f93c7564d4 (patch)
tree5bfb9223afc940fd41eabe89bc644ae03ef00c2d /share/man/man4
parent96d8c15cf1f55ee2b7110aea0f98d3632019c1f7 (diff)
Last minute cleanings for the release. Nothing fancy there.
ok deraadt@
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/man4.mac68k/Makefile4
-rw-r--r--share/man/man4/man4.mac68k/adb.411
-rw-r--r--share/man/man4/man4.mac68k/ae.415
-rw-r--r--share/man/man4/man4.mac68k/intro.418
-rw-r--r--share/man/man4/man4.mac68k/mainbus.414
-rw-r--r--share/man/man4/man4.mac68k/mc.411
-rw-r--r--share/man/man4/man4.mac68k/obio.419
-rw-r--r--share/man/man4/man4.mac68k/sn.415
8 files changed, 55 insertions, 52 deletions
diff --git a/share/man/man4/man4.mac68k/Makefile b/share/man/man4/man4.mac68k/Makefile
index 3ef5e7692f8..ebc6aa7183b 100644
--- a/share/man/man4/man4.mac68k/Makefile
+++ b/share/man/man4/man4.mac68k/Makefile
@@ -1,7 +1,7 @@
# from: @(#)Makefile 5.1 (Berkeley) 6/29/90
-# $OpenBSD: Makefile,v 1.7 2001/06/20 16:27:28 mpech Exp $
+# $OpenBSD: Makefile,v 1.8 2002/10/01 20:58:11 miod Exp $
-MAN= ae.4 adb.4 autoconf.4 intro.4 mainbus.4 mc.4 mem.4 obio.4 sn.4
+MAN= adb.4 ae.4 autoconf.4 intro.4 mainbus.4 mc.4 mem.4 obio.4 sn.4
MLINKS= mem.4 kmem.4
MANSUBDIR=mac68k
diff --git a/share/man/man4/man4.mac68k/adb.4 b/share/man/man4/man4.mac68k/adb.4
index e97d35b0e89..c4a0565a367 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.6 2001/11/13 13:54:26 mpech Exp $
+.\" $OpenBSD: adb.4,v 1.7 2002/10/01 20:58:12 miod Exp $
.\" $NetBSD: adb.4,v 1.1 1997/07/18 02:13:42 ender Exp $
.\"
.Dd July 17, 1997
@@ -39,8 +39,8 @@
.Nd Apple Desktop Bus event interface
.Sh SYNOPSIS
.Cd "adb0 at obio?"
-.Cd "option MRG_ADB"
-.Cd "#include <machine/adbsys.h>"
+.Cd "#option MRG_ADB" Pq "use ROM-based ADB driver"
+.Fd #include <machine/adbsys.h>
.Sh DESCRIPTION
The Apple Desktop Bus
.Pq Tn ADB
@@ -243,12 +243,15 @@ The
.Tn ADB
event device.
.El
+.Sh SEE ALSO
+.Xr intro 4
.Sh HISTORY
The
.Nm
interface first appeared in
.Nx 0.9 .
-It has been under development ever since.
+It is
+.Ud .
.Sh AUTHORS
Bradley A. Grantham wrote the original
.Nm
diff --git a/share/man/man4/man4.mac68k/ae.4 b/share/man/man4/man4.mac68k/ae.4
index 226c945367e..9da605c27a4 100644
--- a/share/man/man4/man4.mac68k/ae.4
+++ b/share/man/man4/man4.mac68k/ae.4
@@ -27,7 +27,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: ae.4,v 1.5 2001/11/13 13:54:26 mpech Exp $
+.\" $OpenBSD: ae.4,v 1.6 2002/10/01 20:58:12 miod Exp $
.\"
.Dd June 7, 1997
.Dt AE 4 mac68k
@@ -73,23 +73,18 @@ Apple EtherTalk NB
3Com EtherLink NB
.El
.Ed
-.Sh DIAGNOSTICS
-.Bl -diag -compact
-.It ae%d at nubus%d: address %s, type %s %dKB memory.
-This is a normal autoconfiguration message noting the 6 byte physical
-ethernet address of the adapter, its manufacturer, and how much buffer
-memory it has.
-.El
-.\" .Sh ERRORS
.Sh SEE ALSO
.Xr arp 4 ,
+.Xr ifmedia 4 ,
.Xr inet 4 ,
+.Xr intro 4 ,
+.Xr mc 4 ,
.Xr netintro 4 ,
.Xr sn 4 ,
+.Xr hostname.if 5 ,
.Xr ifconfig 8
.Sh HISTORY
The
.Nm
interface first appeared in
.Nx 1.0 .
-.\" .Sh BUGS
diff --git a/share/man/man4/man4.mac68k/intro.4 b/share/man/man4/man4.mac68k/intro.4
index fd0fe513d09..ca95997ea9e 100644
--- a/share/man/man4/man4.mac68k/intro.4
+++ b/share/man/man4/man4.mac68k/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.8 2002/03/29 22:46:00 jason Exp $
+.\" $OpenBSD: intro.4,v 1.9 2002/10/01 20:58:12 miod Exp $
.\" $NetBSD: intro.4,v 1.4 1997/03/28 00:29:35 veego Exp $
.\"
.\" Copyright (c) 1990, 1991 Regents of the University of California.
@@ -116,10 +116,13 @@ Apple Sound Chip.
on-board and NuBus-based video interface.
.It Xr ite 4
Mac68k Internal Terminal Emulator.
+.It Xr mc 4
+MACE ethernet interface.
.It Xr ncrscsi 4
.Tn NCR
5380 built-in SCSI interface.
.It Xr sbc 4
+Alternate driver for the
.Tn NCR
5380 built-in SCSI interface.
.It Xr sn 4
@@ -129,7 +132,20 @@ DP83932-based ethernet interface (SONIC).
Z8530 built-in serial interface.
.El
.Sh SEE ALSO
+.Xr adb 4 ,
+.Xr ae 4 ,
+.\" .Xr asc 4 ,
.Xr autoconf 4 ,
+.\" .Xr esp 4 ,
+.\" .Xr grf 4 ,
+.\" .Xr ite 4 ,
+.Xr mainbus 4 ,
+.Xr mc 4 ,
+.\" .Xr ncrscsi 4 ,
+.Xr obio 4 ,
+.\" .Xr sbc 4 ,
+.Xr sn 4 ,
+.\" .Xr zsc 4 ,
.Xr config 8
.Sh HISTORY
The
diff --git a/share/man/man4/man4.mac68k/mainbus.4 b/share/man/man4/man4.mac68k/mainbus.4
index 2e39a4fed30..ba1013ca64f 100644
--- a/share/man/man4/man4.mac68k/mainbus.4
+++ b/share/man/man4/man4.mac68k/mainbus.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: mainbus.4,v 1.3 1999/06/05 13:18:36 aaron Exp $
+.\" $OpenBSD: mainbus.4,v 1.4 2002/10/01 20:58:12 miod Exp $
.\" $NetBSD: mainbus.4,v 1.1 1997/07/18 02:13:40 ender Exp $
.\"
.Dd July 2, 1997
@@ -39,6 +39,8 @@
.Nd Mac68k main processor bus device.
.Sh SYNOPSIS
.Cd "mainbus0 at root"
+.Cd "obio0 at mainbus?"
+.Cd "nubus0 at mainbus?"
.Sh DESCRIPTION
The
.Nm
@@ -46,18 +48,12 @@ interface serves as an abstraction used by the autoconfiguration
system to help find and attach busses
.Pq e.g. the Tn NuBus expansion bus
or devices
-.Pq e.g. the math coprocessor
connected to the
.Tn Macintosh
main processor bus.
-.Sh DIAGNOSTICS
-.Bl -diag -compact
-.It mainbus0 (root).
-This is the normal autoconfiguration message indicating that the
-main processor bus has been found.
-.El
.Sh SEE ALSO
-.Xr autoconf 4 ,
+.Xr intro 4 ,
+.\" .Xr nubus 4 ,
.Xr obio 4
.Sh HISTORY
The
diff --git a/share/man/man4/man4.mac68k/mc.4 b/share/man/man4/man4.mac68k/mc.4
index fe059ac5774..e4510333ac6 100644
--- a/share/man/man4/man4.mac68k/mc.4
+++ b/share/man/man4/man4.mac68k/mc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mc.4,v 1.6 2002/08/29 07:34:31 wcobb Exp $
+.\" $OpenBSD: mc.4,v 1.7 2002/10/01 20:58:12 miod Exp $
.\" $NetBSD: mc.4,v 1.1 1997/12/18 06:22:45 ender Exp $
.\"
.\" Copyright (c) 1997 David Huang <khym@bga.com>
@@ -60,18 +60,15 @@ Quadra 660AV
Quadra 840AV
.El
.Ed
-.Sh DIAGNOSTICS
-.Bl -diag -compact
-.It mc0 at obio0: address %s.
-This is a normal autoconfiguration message noting the 6 byte physical
-Ethernet address of the adapter.
-.El
.Sh SEE ALSO
.Xr ae 4 ,
.Xr arp 4 ,
+.Xr ifmedia 4 ,
.Xr inet 4 ,
+.Xr intro 4 ,
.Xr netintro 4 ,
.Xr sn 4 ,
+.Xr hostname.if 5 ,
.Xr ifconfig 8
.Sh HISTORY
The
diff --git a/share/man/man4/man4.mac68k/obio.4 b/share/man/man4/man4.mac68k/obio.4
index a2204b21180..e5452715ed0 100644
--- a/share/man/man4/man4.mac68k/obio.4
+++ b/share/man/man4/man4.mac68k/obio.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: obio.4,v 1.4 1999/06/05 13:18:36 aaron Exp $
+.\" $OpenBSD: obio.4,v 1.5 2002/10/01 20:58:12 miod Exp $
.\" $NetBSD: obio.4,v 1.1 1997/07/18 02:13:40 ender Exp $
.\"
.Dd July 2, 1997
@@ -48,16 +48,17 @@ system to help find and attach devices
connected to the
.Tn Macintosh
onboard I/O bus.
-.Sh DIAGNOSTICS
-.Bl -diag -compact
-.It obio0 at mainbus0.
-This is the normal autoconfiguration message indicating that the
-onboard I/O bus has been found and attached to the main processor
-bus.
-.El
.Sh SEE ALSO
-.Xr autoconf 4 ,
+.Xr adb 4 ,
+.\" .Xr asc 4 ,
+.\" .Xr esp 4 ,
+.Xr intro 4 ,
.Xr mainbus 4
+.Xr mc 4 ,
+.\" .Xr ncrscsi 4
+.\" .Xr sbc 4
+.Xr sn 4
+.\" .Xr zsc 4
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/man4.mac68k/sn.4 b/share/man/man4/man4.mac68k/sn.4
index 465d3e506ef..cc5b9710085 100644
--- a/share/man/man4/man4.mac68k/sn.4
+++ b/share/man/man4/man4.mac68k/sn.4
@@ -27,7 +27,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: sn.4,v 1.3 1999/07/07 10:50:09 aaron Exp $
+.\" $OpenBSD: sn.4,v 1.4 2002/10/01 20:58:12 miod Exp $
.\"
.Dd June 7, 1997
.Dt SN 4 mac68k
@@ -70,23 +70,18 @@ In addition, the
.Nm
interface supports on-board ethernet for 500-series PowerBooks and
non-AV Quadras.
-.Sh DIAGNOSTICS
-.Bl -diag -compact
-.It sn%d at %s%d: address %s, type %s %dKB memory.
-This is a normal autoconfiguration message noting the 6 byte physical
-ethernet address of the adapter, its manufacturer, and how much buffer
-memory it has.
-.El
-.\" .Sh ERRORS
.Sh SEE ALSO
.Xr ae 4 ,
.Xr arp 4 ,
+.Xr ifmedia 4 ,
.Xr inet 4 ,
+.Xr intro 4 ,
+.Xr mc 4 ,
.Xr netintro 4 ,
+.Xr hostname.if 5 ,
.Xr ifconfig 8
.Sh HISTORY
The
.Nm
interface first appeared in
.Ox 2.1 .
-.\" .Sh BUGS