Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Misc fixes, mostly spelling and spacing.



details:   https://anonhg.NetBSD.org/src/rev/ee2086dddc20
branches:  trunk
changeset: 495555:ee2086dddc20
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Jul 31 11:45:48 2000 +0000

description:
Misc fixes, mostly spelling and spacing.

diffstat:

 share/man/man4/aue.4     |  44 ++++++++++++++++------------
 share/man/man4/cardbus.4 |   2 +-
 share/man/man4/cue.4     |  20 +++++++-----
 share/man/man4/de.4      |  14 +++++---
 share/man/man4/dpt.4     |  29 ++++++++++--------
 share/man/man4/kue.4     |  22 ++++++++-----
 share/man/man4/rtk.4     |   4 +-
 share/man/man4/ti.4      |  74 +++++++++++++++++++++++++++++------------------
 share/man/man4/vr.4      |   4 +-
 share/man/man4/wt.4      |   7 ++-
 10 files changed, 128 insertions(+), 92 deletions(-)

diffs (truncated from 537 to 300 lines):

diff -r 2050a290bf10 -r ee2086dddc20 share/man/man4/aue.4
--- a/share/man/man4/aue.4      Mon Jul 31 11:41:24 2000 +0000
+++ b/share/man/man4/aue.4      Mon Jul 31 11:45:48 2000 +0000
@@ -1,4 +1,5 @@
-.\" $NetBSD: aue.4,v 1.3 2000/02/12 15:05:48 augustss Exp $
+.\"    $NetBSD: aue.4,v 1.4 2000/07/31 11:45:48 ad Exp $
+.\"
 .\" Copyright (c) 1997, 1998, 1999
 .\"     Bill Paul <wpaul%ee.columbia.edu@localhost>. All rights reserved.
 .\"
@@ -29,7 +30,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/share/man/man4/aue.4,v 1.2 2000/01/07 22:18:47 wpaul Exp $
+.\" FreeBSD: src/share/man/man4/aue.4,v 1.2 2000/01/07 22:18:47 wpaul Exp
 .\"
 .Dd December 25, 1999
 .Dt AUE 4
@@ -56,18 +57,21 @@
 .Sh DESCRIPTION
 The
 .Nm
-driver provides support for USB ethernet adapters based on the ADMtek
-AN986 Pegasus chipset.
+driver provides support for USB
+.Tn Ethernet
+adapters based on the ADMtek AN986 Pegasus chipset.
 .Pp
 The Pegasus contains a 10/100
-ethernet MAC with MII interface and is designed to work with both
-ethernet and HomePNA transceivers. Although designed to interface with
+.Tn Ethernet
+MAC with MII interface and is designed to work with both
+.Tn Ethernet
+and HomePNA transceivers.  Although designed to interface with
 100Mbps peripherals, the existing USB standard specifies a maximum
-transfer speed of 12Mbps. Users should therefore not expect to actually
+transfer speed of 12Mbps.  Users should therefore not expect to actually
 achieve 100Mbps speeds with these devices.
 .Pp
 The Pegasus supports a 64-bit multicast hash table, single perfect
-filter entry for the station address and promiscuous mode. Packets are
+filter entry for the station address and promiscuous mode.  Packets are
 received and transmitted over separate USB bulk transfer endpoints.
 .Pp
 The
@@ -76,27 +80,29 @@
 .Pp
 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
 .It autoselect
-Enable autoselection of the media type and options.
-The user can manually override
-the autoselected mode by adding media options to the
+Enable automatic selection of the media type and options.  The user can
+manually override the automatically selected mode by adding media options to
+the
 .Pa /etc/rc.conf
 file.
 .It 10baseT/UTP
-Set 10Mbps operation. The
+Set 10Mbps operation.  The
 .Ar mediaopt
 option can also be used to enable
 .Ar full-duplex
-operation. Not specifying
+operation.  Not specifying
 .Ar full duplex
 implies
 .Ar half-duplex
 mode.
 .It 100baseTX
-Set 100Mbps (fast ethernet) operation. The
+Set 100Mbps (fast
+.Tn Ethernet )
+operation.  The
 .Ar mediaopt
 option can also be used to enable
 .Ar full-duplex
-operation. Not specifying
+operation.  Not specifying
 .Ar full duplex
 implies
 .Ar half-duplex
@@ -109,8 +115,8 @@
 .Pp
 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
 .It full-duplex
-Force full duplex operation. The interface will operate in
-half duplex mode if this media option is not specified.
+Force full duplex operation.  The interface will operate in half duplex mode
+if this media option is not specified.
 .El
 .Pp
 For more information on configuring this device, see
@@ -143,5 +149,5 @@
 .Sh AUTHORS
 The
 .Nm
-driver was written by
-.An Bill Paul Aq wpaul%ee.columbia.edu@localhost .
+driver was written by Bill Paul
+.Aq wpaul%ee.columbia.edu@localhost .
diff -r 2050a290bf10 -r ee2086dddc20 share/man/man4/cardbus.4
--- a/share/man/man4/cardbus.4  Mon Jul 31 11:41:24 2000 +0000
+++ b/share/man/man4/cardbus.4  Mon Jul 31 11:45:48 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cardbus.4,v 1.5 2000/05/02 11:54:15 augustss Exp $
+.\"    $NetBSD: cardbus.4,v 1.6 2000/07/31 11:45:48 ad Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
diff -r 2050a290bf10 -r ee2086dddc20 share/man/man4/cue.4
--- a/share/man/man4/cue.4      Mon Jul 31 11:41:24 2000 +0000
+++ b/share/man/man4/cue.4      Mon Jul 31 11:45:48 2000 +0000
@@ -1,4 +1,5 @@
-.\" $NetBSD: cue.4,v 1.2 2000/01/16 13:54:39 augustss Exp $
+.\"    $NetBSD: cue.4,v 1.3 2000/07/31 11:45:48 ad Exp $
+.\"
 .\" Copyright (c) 1997, 1998, 1999, 2000
 .\"     Bill Paul <wpaul%ee.columbia.edu@localhost>. All rights reserved.
 .\"
@@ -29,7 +30,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/share/man/man4/cue.4,v 1.1 2000/01/14 03:14:47 wpaul Exp $
+.\" FreeBSD: src/share/man/man4/cue.4,v 1.1 2000/01/14 03:14:47 wpaul Exp
 .\"
 .Dd January 13, 2000
 .Dt CUE 4
@@ -52,15 +53,16 @@
 .Sh DESCRIPTION
 The
 .Nm
-driver provides support for USB ethernet adapters based on the Computer
-Access Technology Corporation's USB-EL1202A chipset.
+driver provides support for USB
+.Tn Ethernet
+adapters based on the Computer Access Technology Corporation's USB-EL1202A
+chipset.
 .Pp
 The USB-EL1202A supports a 512-bit multicast hash filter, single perfect
-filter entry for the station address and promiscuous mode. Packets are
+filter entry for the station address and promiscuous mode.  Packets are
 received and transmitted over separate USB bulk transfer endpoints.
 .Pp
-The CATC adapter supports only 10Mbps half-duplex mode, hence there
-are no
+The CATC adapter supports only 10Mbps half-duplex mode, hence there are no
 .Xr ifmedia 4
 modes to select.
 .Pp
@@ -90,5 +92,5 @@
 .Sh AUTHORS
 The
 .Nm
-driver was written by
-.An Bill Paul Aq wpaul%ee.columbia.edu@localhost .
+driver was written by Bill Paul
+.Aq wpaul%ee.columbia.edu@localhost .
diff -r 2050a290bf10 -r ee2086dddc20 share/man/man4/de.4
--- a/share/man/man4/de.4       Mon Jul 31 11:41:24 2000 +0000
+++ b/share/man/man4/de.4       Mon Jul 31 11:45:48 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: de.4,v 1.3 2000/02/11 12:38:24 fair Exp $
+.\"    $NetBSD: de.4,v 1.4 2000/07/31 11:45:48 ad Exp $
 .Dd February 11, 2000
 .Dt DE 4
 .Os
@@ -62,7 +62,8 @@
 logo on it, with one of the model numbers above, the
 .Nm
 driver should recognize and control it.
-Beware, however, that many NIC manufacturers change the ethernet
+Beware, however, that many NIC manufacturers change the
+.Tn Ethernet
 controller chip without changing the product model number, and
 a physical inspection of the NIC, or a probe of the NIC with a
 .Tn PCI
@@ -109,9 +110,10 @@
 .Xr pci 4 ,
 .Xr tlp 4 ,
 .Xr ifconfig 8 
-.Pa http://www.adaptec.com/
-.Pa http://www.asante.com/
-.Pa http://www.smc.com/
+.Pp
+.Pa http://www.adaptec.com/ ,
+.Pa http://www.asante.com/ ,
+.Pa http://www.smc.com/ ,
 .Pa http://www.znyx.com/
 .Sh HISTORY
 The
@@ -120,4 +122,4 @@
 .Nx 1.1
 .Sh AUTHOR
 Matt Thomas
-.Aq matt%3am-software.com@localhost
+.Aq matt%3am-software.com@localhost .
diff -r 2050a290bf10 -r ee2086dddc20 share/man/man4/dpt.4
--- a/share/man/man4/dpt.4      Mon Jul 31 11:41:24 2000 +0000
+++ b/share/man/man4/dpt.4      Mon Jul 31 11:45:48 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dpt.4,v 1.12 2000/07/05 15:17:38 msaitoh Exp $
+.\"    $NetBSD: dpt.4,v 1.13 2000/07/31 11:45:48 ad Exp $
 .\"
 .\" Copyright (c) 1999, 2000 Andy Doran <ad%NetBSD.org@localhost>
 .\" All rights reserved.
@@ -28,7 +28,9 @@
 .Sh NAME
 .Nm dpt
 .Nd
-.Tn DPT EATA SCSI adapter driver
+DPT EATA
+.Tn SCSI
+adapter driver
 .Sh SYNOPSIS
 .Cd "dpt* at isa? port ? irq ? dma ?"
 .Cd "dpt* at eisa? slot ?"
@@ -37,15 +39,16 @@
 .Sh DESCRIPTION
 The
 .Nm
-driver provides support for third and fourth generation DPT SCSI
+driver provides support for third and fourth generation DPT
+.Tn SCSI
 controllers.  All communication with the controllers is conducted via the
-EATA (Enhanced AT Bus Attachment) protocol (CAM committee standard
-CAM/89-004).
+EATA (Enhanced AT Bus Attachment) protocol.
 .Pp
-DPT adapters examine and interpret all SCSI commands received before passing
-them to any underlying physical device(s).  In this way, caching, RAID and
-other transformations are achieved while remaining transparent to the host
-operating system.
+DPT adapters examine and interpret all
+.Tn SCSI
+commands received before passing them to any underlying physical device(s).
+In this way, caching, RAID and other transformations are achieved while
+remaining transparent to the host operating system.
 .Sh HARDWARE
 The
 .Nm
@@ -85,6 +88,9 @@
 .Xr scsi 4 ,
 .Xr sd 4 ,
 .Xr st 4
+.Pp
+CAM committee standard CAM/89-004 - the EATA (Enhanced AT Bus Attachment)
+protocol.
 .Sh AUTHOR
 The
 .Nm
@@ -103,7 +109,7 @@
 .Sh BUGS
 EATA adapters other than listed may function correctly with the
 .Nm 
-driver, however a definitive list is not avaiable.
+driver, however a definitive list is not available.
 .Pp
 Older firmware may prove problematic.  It is recommended that the latest
 available firmware be used.  Contact DPT for a firmware update.
@@ -112,8 +118,5 @@
 .Pp
 The number of queued commands available on ISA devices is clamped.
 .Pp
-The current SCSI subsystem can not take full advantage of the capabilities
-provided by DPT adapters.
-.Pp
 ECC formatted disk and arrays (i.e. with a sector size of 528 bytes) do not
 work correctly with the PM2041 and certain firmware revisions of the PM3334.
diff -r 2050a290bf10 -r ee2086dddc20 share/man/man4/kue.4
--- a/share/man/man4/kue.4      Mon Jul 31 11:41:24 2000 +0000
+++ b/share/man/man4/kue.4      Mon Jul 31 11:45:48 2000 +0000
@@ -1,4 +1,5 @@
-.\" $NetBSD: kue.4,v 1.5 2000/03/20 01:34:22 augustss Exp $
+.\"    $NetBSD: kue.4,v 1.6 2000/07/31 11:45:48 ad Exp $
+.\"
 .\" Copyright (c) 1997, 1998, 1999, 2000
 .\"     Bill Paul <wpaul%ee.columbia.edu@localhost>. All rights reserved.
 .\"
@@ -62,11 +63,12 @@
 .Sh DESCRIPTION
 The
 .Nm
-driver provides support for USB ethernet adapters based on the Kawasaki
-LSI KL5KLUSB101B chipset.
+driver provides support for USB
+.Tn Ethernet
+adapters based on the Kawasaki LSI KL5KLUSB101B chipset.
 .Pp
 The KL5KLUSB101B supports a 128-entry multicast filter, single perfect
-filter entry for the station address and promiscuous mode. Packets are
+filter entry for the station address and promiscuous mode.  Packets are
 received and transmitted over separate USB bulk transfer endpoints.
 .Pp
 The Kawasaki adapter supports only 10Mbps half-duplex mode, hence there
@@ -97,13 +99,15 @@
 .Fx 4.0 ,



Home | Main Index | Thread Index | Old Index