From 1a563a30ca9e182a750cfbea3a4e533c4dc20151 Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 16 Feb 2024 01:48:06 +0000 Subject: [PATCH] New sentence, new line. Use .Pa for /etc/login.conf. --- usr.sbin/vmctl/vmctl.8 | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index 7e23f2a4c8c..146ef3da8d8 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.75 2024/01/12 23:50:11 mlarkin Exp $ +.\" $OpenBSD: vmctl.8,v 1.76 2024/02/16 01:48:06 jsg Exp $ .\" .\" Copyright (c) 2015-2024 Mike Larkin .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 12 2024 $ +.Dd $Mdocdate: February 16 2024 $ .Dt VMCTL 8 .Os .Sh NAME @@ -122,9 +122,10 @@ Receive a VM from standard input and start it with the specified .Ar name . .It Cm reload Remove all stopped VMs and reload the configuration from the default -configuration file. VMs that are currently running will not have their -configuration reloaded. To reload configurations for currently running -VMs, stop those VMs before issuing the reload command. +configuration file. +VMs that are currently running will not have their configuration reloaded. +To reload configurations for currently running VMs, stop those VMs before +issuing the reload command. .It Cm reset Op Cm all | switches | vms Reset the running state, reset @@ -220,8 +221,10 @@ option. Memory .Ar size of the VM, rounded to megabytes. -The default is 512M. The maximum amount of memory assignable to a VM is -governed by the datasize parameter for the vmd user in /etc/login.conf. +The default is 512M. +The maximum amount of memory assignable to a VM is governed by the datasize +parameter for the vmd user in +.Pa /etc/login.conf . .It Fl n Ar switch Add a network interface that is attached to the specified virtual .Ar switch . -- 2.20.1