diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-06 21:37:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-06 21:37:02 +0000 |
commit | c56323344ad8a6c8af938fff77ae32c80f599e16 (patch) | |
tree | d5a07201acd77e2cb8f365ddde4d6b50cdd00e43 | |
parent | 8a9c04475ae22ab1fe8f7f01a56b2850d2d2b05b (diff) |
- uppercase `e' in ethernet
- insure -> ensure
- commas in list
-rw-r--r-- | share/man/man4/re.4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4 index 1554d484485..3f827c97028 100644 --- a/share/man/man4/re.4 +++ b/share/man/man4/re.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: re.4,v 1.3 2004/06/05 19:12:37 pvalchev Exp $ +.\" $OpenBSD: re.4,v 1.4 2004/06/06 21:37:01 jmc Exp $ .\" Copyright (c) 2003 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. .\" @@ -36,8 +36,8 @@ .Os .Sh NAME .Nm re -.\" .Nd "RealTek 8139C+/8169/8169S/8110S PCI ethernet adapter driver" -.Nd "Realtek 8169/8169S/8110S PCI ethernet adapter driver" +.\" .Nd "RealTek 8139C+/8169/8169S/8110S PCI Ethernet adapter driver" +.Nd "Realtek 8169/8169S/8110S PCI Ethernet adapter driver" .Sh SYNOPSIS .Cd "re* at pci? dev ? function ?" .Sh DESCRIPTION @@ -45,7 +45,7 @@ The .Nm driver provides support for various NICs based on the .\" RealTek RTL8139C+, -RTL8169, RTL8169S and RTL8110S PCI ethernet controllers, including +RTL8169, RTL8169S, and RTL8110S PCI Ethernet controllers, including the following: .Pp .Bl -bullet -compact @@ -106,7 +106,7 @@ or .Ar half-duplex modes. .It 100baseTX -Set 100Mbps (fast ethernet) operation. +Set 100Mbps (fast Ethernet) operation. The .Xr ifconfig 8 .Ic mediaopt @@ -121,7 +121,7 @@ The RealTek gigE chips support 1000Mbps in .Ar full-duplex mode only. .\" .It 1000baseSX -.\" Set 1000Mbps (gigabit ethernet) operation. +.\" Set 1000Mbps (gigabit Ethernet) operation. .\" Both .\" .Ar full-duplex .\" and @@ -202,7 +202,7 @@ If the card functions properly, the transmitted data will be echoed back unmodified. If the echoed data is corrupt, the driver will print an error message on the console and abort the device attach. -The user should insure the NIC is installed in a 32-bit PCI slot to avoid +The user should ensure the NIC is installed in a 32-bit PCI slot to avoid this problem. .Pp The RealTek 8169, 8169S and 8110S chips appear to only be capable of |