summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornate <nate@openbsd.org>2001-10-05 19:08:14 +0000
committernate <nate@openbsd.org>2001-10-05 19:08:14 +0000
commit185aae7e596ed07a57bce668e0780d80104d7d5d (patch)
tree68240d43448c7a17f45774b36bb1eb5596cf2bc3
parentAdd a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3). (diff)
downloadwireguard-openbsd-185aae7e596ed07a57bce668e0780d80104d7d5d.tar.xz
wireguard-openbsd-185aae7e596ed07a57bce668e0780d80104d7d5d.zip
Avoid confustion
-rw-r--r--share/man/man4/aue.44
-rw-r--r--share/man/man4/bge.46
-rw-r--r--share/man/man4/dc.44
-rw-r--r--share/man/man4/nge.46
-rw-r--r--share/man/man4/rl.44
-rw-r--r--share/man/man4/sf.44
-rw-r--r--share/man/man4/sis.44
-rw-r--r--share/man/man4/ste.44
-rw-r--r--share/man/man4/ti.44
-rw-r--r--share/man/man4/tl.46
-rw-r--r--share/man/man4/vr.44
-rw-r--r--share/man/man4/wb.44
12 files changed, 27 insertions, 27 deletions
diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4
index b49a5e7a1b2..ea03330045d 100644
--- a/share/man/man4/aue.4
+++ b/share/man/man4/aue.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aue.4,v 1.7 2001/10/03 18:48:01 miod Exp $
+.\" $OpenBSD: aue.4,v 1.8 2001/10/05 19:08:14 nate Exp $
.\" $NetBSD: aue.4,v 1.3 2000/02/12 15:05:48 augustss Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
@@ -86,7 +86,7 @@ The user can manually override
the autoselected mode by adding media options to the
.Pa /etc/rc.conf
file.
-.It 10baseT/UTP
+.It 10baseT
Set 10Mbps operation.
The
.Ar mediaopt
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4
index 9658177656d..872de7fc707 100644
--- a/share/man/man4/bge.4
+++ b/share/man/man4/bge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bge.4,v 1.1 2001/10/05 18:51:06 nate Exp $
+.\" $OpenBSD: bge.4,v 1.2 2001/10/05 19:08:14 nate Exp $
.\" Copyright (c) 2001 Wind River Systems
.\" Copyright (c) 1997, 1998, 1999, 2000, 2001
.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
@@ -90,13 +90,13 @@ full or half duplex.
The
.Nm
driver supports the following media types:
-.Bl -tag -width 10baseTXUTP
+.Bl -tag -width 1000baseTX
.It Cm autoselect
Enable autoselection of the media type and options.
The user can manually override
the autoselected mode by adding media options to
.Xr rc.conf 5 .
-.It Cm 10baseT/UTP
+.It Cm 10baseT
Set 10Mbps operation.
The
.Xr ifconfig 8
diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4
index 6c2667d2160..7a3a9255bc9 100644
--- a/share/man/man4/dc.4
+++ b/share/man/man4/dc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dc.4,v 1.21 2001/04/23 15:30:25 aaron Exp $
+.\" $OpenBSD: dc.4,v 1.22 2001/10/05 19:08:14 nate Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@@ -164,7 +164,7 @@ driver at this time: the chip will operate in any speed or duplex
mode, however these must be set manually.
The original 82c168 appears on very early revisions of the LinkSys LNE100TX
and Matrox FastNIC.
-.It 10baseT/UTP
+.It 10baseT
Set 10Mbps operation.
The
.Ar mediaopt
diff --git a/share/man/man4/nge.4 b/share/man/man4/nge.4
index 04dd5d050c9..f4bc64c242d 100644
--- a/share/man/man4/nge.4
+++ b/share/man/man4/nge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nge.4,v 1.6 2001/09/05 20:20:09 nate Exp $
+.\" $OpenBSD: nge.4,v 1.7 2001/10/05 19:08:14 nate Exp $
.\" Copyright (c) 2001 Wind River Systems
.\" Copyright (c) 1997, 1998, 1999, 2000, 2001
.\" Bill Paul <wpaul@bsdi.com>. All rights reserved.
@@ -95,13 +95,13 @@ as the NIC cannot handle this case.
The
.Nm
driver supports the following media types:
-.Bl -tag -width 10baseTXUTP
+.Bl -tag -width 1000baseTX
.It Cm autoselect
Enable autoselection of the media type and options.
The user can manually override
the autoselected mode by adding media options to
.Xr rc.conf 5 .
-.It Cm 10baseT/UTP
+.It Cm 10baseT
Set 10Mbps operation.
The
.Xr ifconfig 8
diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4
index 1d6ec8bd6d3..130d505f77e 100644
--- a/share/man/man4/rl.4
+++ b/share/man/man4/rl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rl.4,v 1.12 2001/10/05 14:45:53 mpech Exp $
+.\" $OpenBSD: rl.4,v 1.13 2001/10/05 19:08:14 nate Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -83,7 +83,7 @@ The user can manually override the autoselected mode by adding media options
to the appropriate
.Pa /etc/hostname.rlX
file.
-.It 10baseT/UTP
+.It 10baseT
Set 10Mbps operation.
The
.Ar mediaopt
diff --git a/share/man/man4/sf.4 b/share/man/man4/sf.4
index 5cb3fa244ef..36401ba5fe7 100644
--- a/share/man/man4/sf.4
+++ b/share/man/man4/sf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sf.4,v 1.9 2001/10/05 14:45:53 mpech Exp $
+.\" $OpenBSD: sf.4,v 1.10 2001/10/05 19:08:14 nate Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -86,7 +86,7 @@ The user can manually override
the autoselected mode by adding media options to the
.Xr hostname.if 5
file.
-.It 10baseT/UTP
+.It 10baseT
Set 10Mbps operation.
The
.Ar mediaopt
diff --git a/share/man/man4/sis.4 b/share/man/man4/sis.4
index 2dbc80a87c7..6dbf49c7f84 100644
--- a/share/man/man4/sis.4
+++ b/share/man/man4/sis.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sis.4,v 1.13 2001/06/23 07:03:59 pjanzen Exp $
+.\" $OpenBSD: sis.4,v 1.14 2001/10/05 19:08:14 nate Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@@ -73,7 +73,7 @@ The user can manually override
the autoselected mode by adding media options to the
.Xr hostname.if 5
file.
-.It 10baseT/UTP
+.It 10baseT
Set 10Mbps operation.
The
.Ar mediaopt
diff --git a/share/man/man4/ste.4 b/share/man/man4/ste.4
index d4ce70c3f81..7b3b2ae9a9d 100644
--- a/share/man/man4/ste.4
+++ b/share/man/man4/ste.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ste.4,v 1.9 2001/10/05 14:45:53 mpech Exp $
+.\" $OpenBSD: ste.4,v 1.10 2001/10/05 19:08:14 nate Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -68,7 +68,7 @@ The user can manually override
the autoselected mode by adding media options to the
.Xr hostname.if 5
file.
-.It 10baseT/UTP
+.It 10baseT
Set 10Mbps operation.
The
.Ar mediaopt
diff --git a/share/man/man4/ti.4 b/share/man/man4/ti.4
index 3ad9c120b72..1311fd51cfa 100644
--- a/share/man/man4/ti.4
+++ b/share/man/man4/ti.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ti.4,v 1.16 2001/10/05 14:45:53 mpech Exp $
+.\" $OpenBSD: ti.4,v 1.17 2001/10/05 19:08:14 nate Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -113,7 +113,7 @@ The user can manually override
the autoselected mode by adding media options to the appropriate
.Pa /etc/hostname.tiX
file.
-.It 10baseT/UTP
+.It 10baseT
Set 10Mbps operation
The
.Ar mediaopt
diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4
index bd00525661d..9cade8233d8 100644
--- a/share/man/man4/tl.4
+++ b/share/man/man4/tl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tl.4,v 1.9 2001/10/05 14:45:53 mpech Exp $
+.\" $OpenBSD: tl.4,v 1.10 2001/10/05 19:08:14 nate Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -30,7 +30,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: tl.4,v 1.9 2001/10/05 14:45:53 mpech Exp $
+.\" $Id: tl.4,v 1.10 2001/10/05 19:08:14 nate Exp $
.\"
.Dd May 1, 1998
.Dt TL 4
@@ -73,7 +73,7 @@ Note that this option is only available on those PHYs that support
autonegotiation.
Also, the PHY will not advertise those modes that have been explicitly
disabled using the following media options.
-.It 10baseT/UTP
+.It 10baseT
Set 10Mbps operation
.It 100baseTX
Set 100Mbps (Fast Ethernet) operation
diff --git a/share/man/man4/vr.4 b/share/man/man4/vr.4
index 09fe9a8fab5..cf70de9e2d0 100644
--- a/share/man/man4/vr.4
+++ b/share/man/man4/vr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vr.4,v 1.8 2001/06/23 07:04:00 pjanzen Exp $
+.\" $OpenBSD: vr.4,v 1.9 2001/10/05 19:08:14 nate Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -70,7 +70,7 @@ The user can manually override
the autoselected mode by adding media options to the appropriate
.Pa /etc/hostname.vr%d
file.
-.It 10baseT/UTP
+.It 10baseT
Set 10Mbps operation.
The
.Ar mediaopt
diff --git a/share/man/man4/wb.4 b/share/man/man4/wb.4
index 5f451a97367..bc2e575d724 100644
--- a/share/man/man4/wb.4
+++ b/share/man/man4/wb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wb.4,v 1.7 2001/06/23 07:04:00 pjanzen Exp $
+.\" $OpenBSD: wb.4,v 1.8 2001/10/05 19:08:14 nate Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -72,7 +72,7 @@ The user can manually override
the autoselected mode by adding media options to the appropriate
.Pa /etc/hostname.wb%d
file.
-.It 10baseT/UTP
+.It 10baseT
Set 10Mbps operation.
The
.Ar mediaopt