add an alias for vmctl show, matches finger memory and the rest of the
authorphessler <phessler@openbsd.org>
Sat, 24 Feb 2018 10:39:35 +0000 (10:39 +0000)
committerphessler <phessler@openbsd.org>
Sat, 24 Feb 2018 10:39:35 +0000 (10:39 +0000)
*ctl programs

OK mlarkin@ benno@ deraadt@

usr.sbin/vmctl/main.c
usr.sbin/vmctl/vmctl.8

index 3295046..8a44bd5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: main.c,v 1.34 2018/01/03 05:39:56 ccardenas Exp $     */
+/*     $OpenBSD: main.c,v 1.35 2018/02/24 10:39:35 phessler Exp $      */
 
 /*
  * Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -68,6 +68,7 @@ struct ctl_command ctl_commands[] = {
        { "log",        CMD_LOG,        ctl_log,        "(verbose|brief)" },
        { "reload",     CMD_RELOAD,     ctl_reload,     "" },
        { "reset",      CMD_RESET,      ctl_reset,      "[all|vms|switches]" },
+       { "show",       CMD_STATUS,     ctl_status,     "[id]" },
        { "start",      CMD_START,      ctl_start,      "\"name\""
            " [-Lc] [-b image] [-r image] [-m size]\n"
            "\t\t[-n switch] [-i count] [-d disk]*" },
index 23661d4..5639b97 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: vmctl.8,v 1.37 2018/01/03 08:17:18 jmc Exp $
+.\"    $OpenBSD: vmctl.8,v 1.38 2018/02/24 10:39:35 phessler 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 3 2018 $
+.Dd $Mdocdate: February 24 2018 $
 .Dt VMCTL 8
 .Os
 .Sh NAME
@@ -143,6 +143,10 @@ with '.', '-' or '_'.
 .It Cm status Op Ar id
 Lists VMs running on the host, optionally listing just the selected VM
 .Ar id .
+.It Cm show Op Ar id
+An alias for the
+.Cm status
+command.
 .It Cm stop Ar id
 Stops (terminates) a VM defined by the specified VM
 .Ar id .