git: f8c6f9f55b68 - main - vmx.4: Canonicalize SYNOPSIS

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

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

commit f8c6f9f55b68469527b849d81f92cacf80c0e2a4
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 17:17:35 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 17:17:35 +0000

    vmx.4: Canonicalize SYNOPSIS
    
    MFC after:      3 days
---
 share/man/man4/vmx.4 | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/share/man/man4/vmx.4 b/share/man/man4/vmx.4
index 1d457970cdbc..6f7bd319cc41 100644
--- a/share/man/man4/vmx.4
+++ b/share/man/man4/vmx.4
@@ -24,20 +24,20 @@
 .Nm vmx
 .Nd VMware VMXNET3 Virtual Interface Controller device
 .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 vmx"
-.Ed
+.Cd device iflib
+.Cd device vmx
 .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_vmx_load="YES"
-.Ed
+.Cd hw.vmx.txnqueue
+.Cd hw.vmx. Ns Ar X Ns Va .txnqueue
+.Cd hw.vmx.rxnqueue
+.Cd hw.vmx. Ns Ar X Ns Va .rxnqueue
+.Cd hw.vmx.txndesc
+.Cd hw.vmx. Ns Ar X Ns Va .txndesc
+.Cd hw.vmx.rxndesc
+.Cd hw.vmx. Ns Ar X Ns Va .rxndesc
+.Cd if_vmx_load="YES"
 .Sh DESCRIPTION
 The
 .Nm