tweak previous;
authorjmc <jmc@openbsd.org>
Sun, 9 Sep 2018 06:36:43 +0000 (06:36 +0000)
committerjmc <jmc@openbsd.org>
Sun, 9 Sep 2018 06:36:43 +0000 (06:36 +0000)
usr.sbin/vmctl/vmctl.8

index 0c0ed77..1ca6a0a 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: vmctl.8,v 1.45 2018/09/09 04:09:32 ccardenas Exp $
+.\"    $OpenBSD: vmctl.8,v 1.46 2018/09/09 06:36:43 jmc Exp $
 .\"
 .\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
 .\"
@@ -55,11 +55,12 @@ Creates a VM disk image file with the specified
 .Ar path
 and
 .Ar size ,
-rounded to megabytes. The disk
+rounded to megabytes.
+The disk
 .Ar format
 may be specified as either
 .Ar raw
-or 
+or
 .Ar qcow2 ,
 defaulting to
 .Ar raw
@@ -117,11 +118,12 @@ Automatically connect to the VM console.
 Disk image file (may be specified multiple times to add multiple disk images).
 The disk
 .Ar path
-may be prefixed with a format prefix (
-.Pa raw:
+may be prefixed with a format prefix
+.Pf ( Pa raw:
 or
-.Pa qcow2:
-) in order to specify the disk format. If left unspecified, the default format is
+.Pa qcow2: )
+in order to specify the disk format.
+If left unspecified, the default format is
 .Pa raw .
 .It Fl i Ar count
 Number of network interfaces to add to the VM.