summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Procter <procter@cvs.openbsd.org>2017-01-24 08:52:18 +0000
committerRichard Procter <procter@cvs.openbsd.org>2017-01-24 08:52:18 +0000
commit1a6a131afe488f2639d7c72c96c9b1654a24bb95 (patch)
treeaf01b964b9337ec4a35b3012f0787a486ea886be
parentd2ae2bc8df22d412e0ace7551fa824b60b421099 (diff)
mark start -m as optional; reorder start synopsis to match vmctl usage
ok mlarkin@
-rw-r--r--usr.sbin/vmctl/vmctl.816
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8
index 917b6fd6488..9085b285d06 100644
--- a/usr.sbin/vmctl/vmctl.8
+++ b/usr.sbin/vmctl/vmctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vmctl.8,v 1.24 2017/01/24 06:08:36 procter Exp $
+.\" $OpenBSD: vmctl.8,v 1.25 2017/01/24 08:52:17 procter Exp $
.\"
.\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
.\"
@@ -74,19 +74,15 @@ Reset and terminate all VMs.
.It Xo Cm start Ar name
.Op Fl c
.Op Fl k Ar path
-.Fl m Ar size
-.Op Fl d Ar path
-.Op Fl i Ar count
+.Op Fl m Ar size
.Op Fl n Ar switch
+.Op Fl i Ar count
+.Op Fl d Ar path
.Xc
Starts a VM defined by the specified name and parameters:
.Bl -tag -width "-i count"
.It Fl c
Automatically connect to the VM console.
-.It Fl d Ar path
-Disk image file (may be specified multiple times to add multiple disk images).
-.It Fl i Ar count
-Number of network interfaces to add to the VM.
.It Fl k Ar path
Boot the VM with a kernel loaded from the host, not the first disk image.
.It Fl m Ar size
@@ -102,6 +98,10 @@ See
in
.Xr vm.conf 5
for more information.
+.It Fl i Ar count
+Number of network interfaces to add to the VM.
+.It Fl d Ar path
+Disk image file (may be specified multiple times to add multiple disk images).
.El
.It Cm status Op Ar id
Lists VMs running on the host, optionally listing just the selected VM