git: 46c16515eda5 - main - rl.4: Canonicalize SYNOPSIS + HARDWARE + nits

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Sat, 29 Aug 2026 20:06:28 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=46c16515eda532eb1a29c72ed20d33bb1f2f475d

commit 46c16515eda532eb1a29c72ed20d33bb1f2f475d
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 19:37:30 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 19:42:41 +0000

    rl.4: Canonicalize SYNOPSIS + HARDWARE + nits
    
    While here, remove superflouous Nd quotes and canonicalize %unit to %d.
    
    MFC after:      3 days
---
 share/man/man4/rl.4 | 31 +++++++++++++------------------
 1 file changed, 13 insertions(+), 18 deletions(-)

diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4
index ba93b282ef73..d7ac02375144 100644
--- a/share/man/man4/rl.4
+++ b/share/man/man4/rl.4
@@ -28,27 +28,21 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 16, 2013
+.Dd August 29, 2026
 .Dt RL 4
 .Os
 .Sh NAME
 .Nm rl
-.Nd "Realtek 8129/8139 Fast Ethernet device driver"
+.Nd Realtek 8129/8139 Fast Ethernet device driver
 .Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following lines in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device miibus"
-.Cd "device rl"
-.Ed
+.Cd device miibus
+.Cd device rl
 .Pp
-Alternatively, to load the driver as a
-module at boot time, place the following line in
+In
 .Xr loader.conf 5 :
-.Bd -literal -offset indent
-if_rl_load="YES"
-.Ed
+.Cd dev.rl.%d.prefer_iomap
+.Cd dev.rl.%d.twister_enable
+.Cd if_rl_load="YES"
 .Sh DESCRIPTION
 The
 .Nm
@@ -127,9 +121,10 @@ by the adapter.
 For more information on configuring this device, see
 .Xr ifconfig 8 .
 .Sh HARDWARE
-Adapters supported by the
+The
 .Nm
-driver include:
+driver supports the following
+Realtek 8129/8139 based PCI/CardBus Fast Ethernet adapters:
 .Pp
 .Bl -bullet -compact
 .It
@@ -201,14 +196,14 @@ SOHO (PRAGMATIC) UE-1211C
 .El
 .Sh LOADER TUNABLES
 .Bl -tag -width indent
-.It Va dev.rl.%unit.prefer_iomap
+.It Va dev.rl.%d.prefer_iomap
 This tunable controls which register mapping should be used on the
 specified device.
 A non-zero value enables I/O space register mapping.
 For controllers that have no I/O space register mapping this tunable
 should be set to 0 to use memory space register mapping.
 The default value is 1 to use I/O space register mapping.
-.It Va dev.rl.%unit.twister_enable
+.It Va dev.rl.%d.twister_enable
 Non-zero value enables the long cable tuning on the specified device.
 Disabled by default.
 .El