From 25e89051df7ace23ae4953c21402e568cfce78b4 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Thu, 26 Feb 2026 10:52:14 +0800 Subject: [PATCH] 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 --- share/man/man4/rge.4 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/share/man/man4/rge.4 b/share/man/man4/rge.4 index 5b624cb6bf9..1ef8c1b34fc 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.