[Differential] D55496: rge: correct media types in man page
"kevlo (Kevin Lo)" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]> |
kevlo created this revision. kevlo added reviewers: adrian, freebsd-net-list. Herald added subscribers: ziaee, imp. kevlo requested review of this revision. REVISION SUMMARY Correct media types for 1000Mbit/s, 2500Mbit/s, 5000Mbit/s and 10Gbit/s. REPOSITORY rG FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D55496 AFFECTED FILES share/man/man4/rge.4 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: kevlo, adrian, freebsd-net-list Cc: imp, ziaee, pstef, guest-patmaddox
D55496.172645.patch
(text/x-patch, 948 B)
diff --git a/share/man/man4/rge.4 b/share/man/man4/rge.4 --- a/share/man/man4/rge.4 +++ b/share/man/man4/rge.4 @@ -84,23 +84,23 @@ or .Cm half-duplex modes. -.It Cm 1000baseTX -Set 1000baseTX operation over twisted pair. +.It Cm 1000baseT +Set 1000baseT operation over twisted pair. The RealTek gigE chips support 1000Mbps in .Cm full-duplex mode only. -.It Cm 2500baseTX -Set 2500baseTX operation over twisted pair. +.It Cm 2500Base-T +Set 2500Base-T operation over twisted pair. The RealTek devices support 2.5Gbit in .Cm full-duplex mode only. -.It Cm 5000baseTX -Set 5000baseTX operation over twisted pair. +.It Cm 5000Base-T +Set 5000Base-T operation over twisted pair. The RealTek devices support 5Gbit in .Cm full-duplex mode only. -.It Cm 10000baseTX -Set 10000baseTX operation over twisted pair. +.It Cm 10Gbase-T +Set 10Gbase-T operation over twisted pair. The RealTek devices support 10Gbit in .Cm full-duplex mode only.