Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Sort SEE ALSO, sort sections, drop unnecessar...
details: https://anonhg.NetBSD.org/src/rev/5cf0d2d03813
branches: trunk
changeset: 515199:5cf0d2d03813
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Sep 19 00:49:55 2001 +0000
description:
Sort SEE ALSO, sort sections, drop unnecessary .Pp and replace some
empty lines by .Pp. Slightly improve markup in some places.
diffstat:
share/man/man4/ea.4 | 12 ++++++------
share/man/man4/eap.4 | 8 +++++---
share/man/man4/eb.4 | 10 +++++-----
share/man/man4/edc.4 | 8 ++++----
share/man/man4/ef.4 | 6 +++---
share/man/man4/eg.4 | 10 +++++-----
share/man/man4/eisa.4 | 10 +++-------
share/man/man4/el.4 | 18 +++++++++---------
share/man/man4/elmc.4 | 4 ++--
share/man/man4/en.4 | 12 ++++++------
share/man/man4/envsys.4 | 3 +--
share/man/man4/ep.4 | 4 ++--
share/man/man4/epic.4 | 8 ++++----
share/man/man4/esh.4 | 15 +++++++--------
share/man/man4/esis.4 | 3 +--
share/man/man4/esm.4 | 10 +++++-----
share/man/man4/eso.4 | 6 +++---
share/man/man4/esp.4 | 20 ++++++++++----------
share/man/man4/ess.4 | 28 ++++++++++++++--------------
share/man/man4/exphy.4 | 3 +--
20 files changed, 96 insertions(+), 102 deletions(-)
diffs (truncated from 609 to 300 lines):
diff -r 0d24d22b594c -r 5cf0d2d03813 share/man/man4/ea.4
--- a/share/man/man4/ea.4 Wed Sep 19 00:31:21 2001 +0000
+++ b/share/man/man4/ea.4 Wed Sep 19 00:49:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ea.4,v 1.2 2001/04/11 18:53:26 wiz Exp $
+.\" $NetBSD: ea.4,v 1.3 2001/09/19 00:49:55 wiz Exp $
.\"
.\" Copyright (c) 2000, 2001 Ben Harris
.\" All rights reserved.
@@ -40,13 +40,13 @@
.Nm
driver provides access to a 10 Mb/s Ethernet network through a
card based on the SEEQ 8005 Advanced Ethernet Data Link Controller.
-
+.Pp
The cards supported by this driver are generally those supported by the
.Dq Ether3
driver under
.Tn RISC OS .
These include:
-
+.Pp
.Bl -bullet -compact
.It
Atomwide A-1005
@@ -58,14 +58,14 @@
Acorn
.Tn AEH54
.El
-
+.Pp
Media selection on these cards is through links on the board, so there
are no media options available through the driver.
.Sh SEE ALSO
-.Xr ifconfig 8 ,
.Xr eb 4 ,
.Xr netintro 4 ,
-.Xr podulebus 4
+.Xr podulebus 4 ,
+.Xr ifconfig 8
.Sh BUGS
The driver doesn't support 8-bit cards like the A-1009, A-1010, A-1011
and A-1012.
diff -r 0d24d22b594c -r 5cf0d2d03813 share/man/man4/eap.4
--- a/share/man/man4/eap.4 Wed Sep 19 00:31:21 2001 +0000
+++ b/share/man/man4/eap.4 Wed Sep 19 00:49:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: eap.4,v 1.10 1999/12/15 22:07:31 abs Exp $
+.\" $NetBSD: eap.4,v 1.11 2001/09/19 00:49:55 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -50,8 +50,6 @@
driver provides support for the Ensoniq AudioPCI and Creative Labs
Soundblaster PCI series of audio cards. All models based on the ES1370,
ES1371, and ES1373 chips are supported.
-.Sh BUGS
-The "FM" DAC is not supported.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr midi 4 ,
@@ -61,3 +59,7 @@
.Nm
device driver appeared in
.Nx 1.4 .
+.Sh BUGS
+The
+.Dq FM
+DAC is not supported.
diff -r 0d24d22b594c -r 5cf0d2d03813 share/man/man4/eb.4
--- a/share/man/man4/eb.4 Wed Sep 19 00:31:21 2001 +0000
+++ b/share/man/man4/eb.4 Wed Sep 19 00:49:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: eb.4,v 1.2 2001/04/11 18:53:26 wiz Exp $
+.\" $NetBSD: eb.4,v 1.3 2001/09/19 00:49:55 wiz Exp $
.\"
.\" Copyright (c) 2000, 2001 Ben Harris
.\" All rights reserved.
@@ -40,13 +40,13 @@
.Nm
driver provides access to a 10 Mb/s Ethernet network through a
card based on the SEEQ 80C04 Ethernet Data Link Controller.
-
+.Pp
The cards supported by this driver are generally those supported by the
.Dq EtherB
driver under
.Tn RISC OS .
These include:
-
+.Pp
.Bl -bullet -compact
.It
ANT EtherB network slot card
@@ -55,7 +55,7 @@
.Tn AEH61
.El
.Sh SEE ALSO
-.Xr ifconfig 8 ,
.Xr ea 4 ,
.Xr netintro 4 ,
-.Xr podulebus 4
+.Xr podulebus 4 ,
+.Xr ifconfig 8
diff -r 0d24d22b594c -r 5cf0d2d03813 share/man/man4/edc.4
--- a/share/man/man4/edc.4 Wed Sep 19 00:31:21 2001 +0000
+++ b/share/man/man4/edc.4 Wed Sep 19 00:49:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: edc.4,v 1.6 2001/09/11 00:08:26 wiz Exp $
+.\" $NetBSD: edc.4,v 1.7 2001/09/19 00:49:56 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -66,12 +66,12 @@
.Sh HISTORY
This driver appeared in
.Nx 1.6 .
+.Sh AUTHORS
+The driver was written by
+.An Jaromir Dolecek Aq jdolecek%NetBSD.org@localhost .
.Sh BUGS
This driver is
.Ud
.Pp
Buffer bouncing needed to support DMA on machines with more than
16MB of memory is not implemented yet.
-.Sh AUTHORS
-The driver was written by
-.An Jaromir Dolecek Aq jdolecek%NetBSD.org@localhost .
diff -r 0d24d22b594c -r 5cf0d2d03813 share/man/man4/ef.4
--- a/share/man/man4/ef.4 Wed Sep 19 00:31:21 2001 +0000
+++ b/share/man/man4/ef.4 Wed Sep 19 00:49:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ef.4,v 1.3 2001/09/11 00:08:26 wiz Exp $
+.\" $NetBSD: ef.4,v 1.4 2001/09/19 00:49:56 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -59,12 +59,12 @@
.Sh SEE ALSO
.Xr ai 4 ,
.Xr elmc 4 ,
-.Xr ix 4 ,
.Xr ifmedia 4 ,
.Xr intro 4 ,
.Xr isa 4 ,
+.Xr ix 4 ,
.Xr ifconfig 8
.Pp
.Pa http://www.3com.com/
.Sh AUTHORS
-Rafal K. Boni
+.An Rafal K. Boni
diff -r 0d24d22b594c -r 5cf0d2d03813 share/man/man4/eg.4
--- a/share/man/man4/eg.4 Wed Sep 19 00:31:21 2001 +0000
+++ b/share/man/man4/eg.4 Wed Sep 19 00:49:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: eg.4,v 1.10 2001/09/11 22:52:52 wiz Exp $
+.\" $NetBSD: eg.4,v 1.11 2001/09/19 00:49:56 wiz Exp $
.\"
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1994 James A. Jegers
@@ -36,11 +36,11 @@
.Nm
interface provides access to a 10 Mb/s Ethernet network via the
3Com Etherlink Plus (3c505) Ethernet board.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr isa 4 ,
+.Xr ifconfig 8
.Sh AUTHORS
The
.Nm
driver was written by Dean Huxley.
-.Sh SEE ALSO
-.Xr ifconfig 8 ,
-.Xr intro 4 ,
-.Xr isa 4
diff -r 0d24d22b594c -r 5cf0d2d03813 share/man/man4/eisa.4
--- a/share/man/man4/eisa.4 Wed Sep 19 00:31:21 2001 +0000
+++ b/share/man/man4/eisa.4 Wed Sep 19 00:49:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: eisa.4,v 1.10 2001/09/11 22:52:52 wiz Exp $
+.\" $NetBSD: eisa.4,v 1.11 2001/09/19 00:49:56 wiz Exp $
.\"
.\" Copyright (c) 1997 Jonathan Stone
.\" All rights reserved.
@@ -35,7 +35,6 @@
.Nm eisa
.Nd Introduction to EISA bus machine-independent drivers and support
.Sh SYNOPSIS
-.Pp
Machine-dependent; depends on the bus topology and
.Tn EISA
bus interface of your system. Typical
@@ -52,8 +51,7 @@
.Nx
includes a machine-independent
.Tn EISA
-bus subsystem and
-several machine-independent
+bus subsystem and several machine-independent
.Tn EISA
device drivers.
.Pp
@@ -72,7 +70,6 @@
.Tn EISA
drivers, sorted by device type
and driver name:
-.Pp
.Ss Disk and tape controllers
.Bl -tag -width pcdisplay -offset indent
.It cac
@@ -103,7 +100,6 @@
.Tn SCSI
interfaces.
.El
-.Pp
.Ss Network interfaces
.Bl -tag -width pcdisplay -offset indent
.It ep
@@ -139,7 +135,6 @@
respectively. The manual pages for each individual driver also lists the
supported bus variants.
.Sh SEE ALSO
-.Xr intro 4 ,
.Xr ahb 4 ,
.Xr ahc 4 ,
.Xr bha 4 ,
@@ -147,6 +142,7 @@
.Xr dpt 4 ,
.Xr ep 4 ,
.Xr fea 4 ,
+.Xr intro 4 ,
.Xr le 4 ,
.Xr mlx 4 ,
.Xr tlp 4 ,
diff -r 0d24d22b594c -r 5cf0d2d03813 share/man/man4/el.4
--- a/share/man/man4/el.4 Wed Sep 19 00:31:21 2001 +0000
+++ b/share/man/man4/el.4 Wed Sep 19 00:49:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: el.4,v 1.9 2001/09/11 22:52:52 wiz Exp $
+.\" $NetBSD: el.4,v 1.10 2001/09/19 00:49:56 wiz Exp $
.\"
.\" Copyright (c) 1994 James A. Jegers
.\" All rights reserved.
@@ -35,15 +35,15 @@
.Nm
interface provides access to a 10 Mb/s Ethernet network via the
3Com Etherlink (3c501) Ethernet cards.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr isa 4 ,
+.Xr ifconfig 8
+.Sh AUTHORS
+The
+.Nm
+driver was written my Matthew Kimmel.
.Sh BUGS
The
.Nm
driver does not currently support multicast or DMA.
-.Sh AUTHORS
-The
-.Nm
-driver was written my Matthew Kimmel.
-.Sh SEE ALSO
-.Xr ifconfig 8 ,
-.Xr intro 4 ,
-.Xr isa 4
diff -r 0d24d22b594c -r 5cf0d2d03813 share/man/man4/elmc.4
--- a/share/man/man4/elmc.4 Wed Sep 19 00:31:21 2001 +0000
+++ b/share/man/man4/elmc.4 Wed Sep 19 00:49:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: elmc.4,v 1.5 2001/09/11 00:08:26 wiz Exp $
+.\" $NetBSD: elmc.4,v 1.6 2001/09/19 00:49:57 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -59,9 +59,9 @@
.Sh SEE ALSO
.Xr ai 4 ,
.Xr ef 4 ,
-.Xr ix 4 ,
.Xr ifmedia 4 ,
.Xr intro 4 ,
+.Xr ix 4 ,
.Xr mca 4 ,
.Xr ifconfig 8
.Pp
diff -r 0d24d22b594c -r 5cf0d2d03813 share/man/man4/en.4
--- a/share/man/man4/en.4 Wed Sep 19 00:31:21 2001 +0000
+++ b/share/man/man4/en.4 Wed Sep 19 00:49:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: en.4,v 1.6 2001/06/12 12:12:07 wiz Exp $
+.\" $NetBSD: en.4,v 1.7 2001/09/19 00:49:57 wiz Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -77,14 +77,14 @@
Home |
Main Index |
Thread Index |
Old Index