git: bf8db17de8a1 - stable/15 - vmci.4: Canonicalize SYNOPSIS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Sep 2026 12:04:49 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=bf8db17de8a15530d44f3de4e47b51b93acb230d
commit bf8db17de8a15530d44f3de4e47b51b93acb230d
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 17:52:52 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:37 +0000
vmci.4: Canonicalize SYNOPSIS
MFC after: 3 days
(cherry picked from commit 02f59bab136ccc5de6b25c7dcec1cd1960d831d7)
---
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