diff options
author | Richard Procter <procter@cvs.openbsd.org> | 2017-01-24 06:08:37 +0000 |
---|---|---|
committer | Richard Procter <procter@cvs.openbsd.org> | 2017-01-24 06:08:37 +0000 |
commit | 58c0762befb1ecb58c1d694230a59779c1bcc69a (patch) | |
tree | 989c10dae1f6a68c8c1576be40bc0d819f5145cc /usr.sbin/vmctl | |
parent | e1fe1b8639d92bbcd2966b7f7c4872ba145561db (diff) |
vmctl start -k is optional; also emphasise it specifies a path on the host
ok mlarkin@
Diffstat (limited to 'usr.sbin/vmctl')
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index 64de59fd158..917b6fd6488 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.23 2017/01/13 19:21:16 edd Exp $ +.\" $OpenBSD: vmctl.8,v 1.24 2017/01/24 06:08:36 procter Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> .\" @@ -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 13 2017 $ +.Dd $Mdocdate: January 24 2017 $ .Dt VMCTL 8 .Os .Sh NAME @@ -73,7 +73,7 @@ Reset the configured switches. Reset and terminate all VMs. .It Xo Cm start Ar name .Op Fl c -.Fl k Ar path +.Op Fl k Ar path .Fl m Ar size .Op Fl d Ar path .Op Fl i Ar count @@ -88,7 +88,7 @@ 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 -Kernel to load when booting the VM. +Boot the VM with a kernel loaded from the host, not the first disk image. .It Fl m Ar size Memory .Ar size |