The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=3a0c63a7e0e7f8bd43b0d6b97a627198297e3bdb
commit 3a0c63a7e0e7f8bd43b0d6b97a627198297e3bdb Author: Mark Johnston <[email protected]> AuthorDate: 2026-02-19 17:20:17 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-02-19 17:20:17 +0000 vmm.4: Fix width Reported by: ziaee Fixes: d26c8ae527bb ("vmm.4: Add information on VM access control") --- share/man/man4/vmm.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/vmm.4 b/share/man/man4/vmm.4 index 9c16bff8398a..6e121cb8ad64 100644 --- a/share/man/man4/vmm.4 +++ b/share/man/man4/vmm.4 @@ -139,7 +139,7 @@ Maximum number of virtual CPUs. The default is the number of physical CPUs in the system. .El .Sh FILES -.Bl -tag -width /dev/vmmctl -compact +.Bl -tag -width /dev/vmm.io/* -compact .It Pa /dev/vmmctl control interface for creating and destroying virtual machines. .It Pa /dev/vmm/*
