diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-10-12 19:10:04 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-10-12 19:10:04 +0000 |
commit | cc37647b088154078501542b7e6c4c64448f36d6 (patch) | |
tree | f1841846ca6ac20453970ccde643535ee195bb26 /usr.sbin/vmctl/vmctl.8 | |
parent | 2c8b4a5d06668df9dd4ca308364599ed7bd90ce6 (diff) |
Fix functionality and semantics of vmctl load/reload/reset.
OK rzalamena@
Diffstat (limited to 'usr.sbin/vmctl/vmctl.8')
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index fa066a01206..d5beb36b4a8 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.15 2016/10/04 17:25:52 reyk Exp $ +.\" $OpenBSD: vmctl.8,v 1.16 2016/10/12 19:10:03 reyk 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: October 4 2016 $ +.Dd $Mdocdate: October 12 2016 $ .Dt VMCTL 8 .Os .Sh NAME @@ -56,10 +56,16 @@ Creates a VM disk image file with the specified and .Ar size , rounded to megabytes. -.It Cm load Op Ar filename +.It Cm load Ar filename Load the configuration from the specified file. -.It Cm reload Op Ar filename +.It Cm reload Reload the configuration from the default configuration file. +.It Cm reset Op Cm all +Reset the running state. +.It Cm reset switches +Reset the configured switches. +.It Cm reset vms +Reset and terminate all VMs. .It Xo Cm start Op Ar name .Op Fl c .Fl k Ar path |