git: 25e89051df7a - main - rge.4: correct media types in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Feb 2026 02:54:04 UTC
The branch main has been updated by kevlo:
URL: https://cgit.FreeBSD.org/src/commit/?id=25e89051df7ace23ae4953c21402e568cfce78b4
commit 25e89051df7ace23ae4953c21402e568cfce78b4
Author: Kevin Lo <kevlo@FreeBSD.org>
AuthorDate: 2026-02-26 02:52:14 +0000
Commit: Kevin Lo <kevlo@FreeBSD.org>
CommitDate: 2026-02-26 02:52:14 +0000
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 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.