mirror of
https://git.freebsd.org/src.git
synced 2026-01-12 06:54:03 +00:00
if_rge: fix typo in man page
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
Fix the list of devices supported by the driver: RTL8125 occured twice, should have been RTL8127 in one case. Approved by: adrian
This commit is contained in:
parent
d1d88b6e8c
commit
cf5eed7159
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue