summaryrefslogtreecommitdiff
path: root/usr.sbin/vmctl
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2018-09-09 06:36:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2018-09-09 06:36:44 +0000
commitf2d115e1bf37c6acb3650845e1b60da5b7b88759 (patch)
tree60b32201f4fdc17d2c17424127908e313ae66cfd /usr.sbin/vmctl
parent4cc221d256c2af1f9a3c2df609254f92d1f04997 (diff)
tweak previous;
Diffstat (limited to 'usr.sbin/vmctl')
-rw-r--r--usr.sbin/vmctl/vmctl.816
1 files changed, 9 insertions, 7 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8
index 0c0ed779e2b..1ca6a0a5c84 100644
--- a/usr.sbin/vmctl/vmctl.8
+++ b/usr.sbin/vmctl/vmctl.8
@@ -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.