git: 909e582b4f9c - main - em.4: Canonicalize SYNOPSIS

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Sun, 30 Aug 2026 02:47:12 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=909e582b4f9c0b03b0e93b957c7a4be77f0ceebc

commit 909e582b4f9c0b03b0e93b957c7a4be77f0ceebc
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-30 01:24:57 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-30 01:24:57 +0000

    em.4: Canonicalize SYNOPSIS
    
    MFC after:      3 days
---
 share/man/man4/em.4 | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/share/man/man4/em.4 b/share/man/man4/em.4
index 360c0752b04a..33cbfc2088e8 100644
--- a/share/man/man4/em.4
+++ b/share/man/man4/em.4
@@ -42,25 +42,24 @@
 .Nm igbv
 .Nd "Intel(R) PRO/1000 Gigabit Ethernet adapter 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 iflib"
-.Cd "device em"
-.Ed
-.Pp
-PF SR-IOV support additionally requires:
-.Bd -ragged -offset indent
-.Cd "options PCI_IOV"
-.Ed
+.Cd device iflib
+.Cd device em
+.Cd options PCI_IOV
 .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_em_load="YES"
-.Ed
+.Cd hw.em.disable_crc_stripping
+.Cd hw.em.eee_setting
+.Cd hw.em.smart_pwr_down
+.Cd hw.em.sbp
+.Cd hw.em.rx_int_delay
+.Cd hw.em.rx_abs_int_delay
+.Cd hw.em.tx_int_delay
+.Cd hw.em.tx_abs_int_delay
+.Cd hw.em.max_interrupt_rate
+.Cd hw.em.enable_aim
+.Cd hw.em.rx_process_limit
+.Cd if_em_load="YES"
 .Sh DESCRIPTION
 The
 .Nm
@@ -172,7 +171,7 @@ For more information on configuring this device, see
 .Xr ifconfig 8 .
 .Sh SR-IOV
 When the kernel is built with
-.Dv PCI_IOV ,
+.Cd PCI_IOV ,
 the
 .Nm igb
 PF driver supports SR-IOV on 82576 and I350 controllers.