diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2026-02-26 02:52:14 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2026-02-26 02:52:14 +0000 |
| commit | 25e89051df7ace23ae4953c21402e568cfce78b4 (patch) | |
| tree | 526e3aa6018980adad8034c1a25789565d841abd | |
| parent | 2a6c2d9c38dc421025b6c18cac68fe9965c574c0 (diff) | |
rge.4: correct media types in the manual page
Correct media types for 1000Mbit/s, 2500Mbit/s, 5000Mbit/s and 10Gbit/s.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D55496
| -rw-r--r-- | share/man/man4/rge.4 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/rge.4 b/share/man/man4/rge.4 index 5b624cb6bf95..1ef8c1b34fc1 100644 --- a/share/man/man4/rge.4 +++ b/share/man/man4/rge.4 @@ -84,23 +84,23 @@ option can also be used to select either 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. |
