diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2025-12-18 07:55:03 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2025-12-18 07:55:03 +0000 |
| commit | cf5eed71591563ecfc7a40c28d7c4f001f903219 (patch) | |
| tree | f14d514be8a9bf73bb134b7bb0ba03a3b47210b0 | |
| parent | d1d88b6e8c31b1e472d66471ff1e666e5310709e (diff) | |
if_rge: fix typo in man page
Fix the list of devices supported by the driver: RTL8125 occured
twice, should have been RTL8127 in one case.
Approved by: adrian
| -rw-r--r-- | share/man/man4/rge.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/rge.4 b/share/man/man4/rge.4 index 072f1ece3230..5b624cb6bf95 100644 --- a/share/man/man4/rge.4 +++ b/share/man/man4/rge.4 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: BSD-2-Clause .\" -.Dd December 12, 2025 +.Dd December 18, 2025 .Dt RGE 4 .Os .Sh NAME @@ -121,7 +121,7 @@ For more information on configuring this device, see .Sh HARDWARE The .Nm -driver supports RealTek RTL8125, RTL8126, RTL8125 and Killer E3000 based +driver supports RealTek RTL8125, RTL8126, RTL8127 and Killer E3000 based PCIe 1GB to 1GB Ethernet devices. .Sh SYSCTL VARIABLES The following variables are available as both |
