git: 02f59bab136c - main - vmci.4: Canonicalize SYNOPSIS

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

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

commit 02f59bab136ccc5de6b25c7dcec1cd1960d831d7
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 17:52:52 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 19:24:09 +0000

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

diff --git a/share/man/man4/vmci.4 b/share/man/man4/vmci.4
index 8feea98ab337..58df167447e8 100644
--- a/share/man/man4/vmci.4
+++ b/share/man/man4/vmci.4
@@ -8,19 +8,11 @@
 .Nm vmci
 .Nd VMware Virtual Machine Communication Interface
 .Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following line in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device vmci"
-.Ed
+.Cd device vmci
 .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_vmci_load="YES"
-.Ed
+.Cd if_vmci_load="YES"
 .Sh DESCRIPTION
 The
 .Nm