summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmctl
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2019-03-18 21:00:09 +0000
committerkn <kn@openbsd.org>2019-03-18 21:00:09 +0000
commit2621216682621d6712c90c11e665f08f1595d6a2 (patch)
tree1d85d3fa6281a24eb457b8f55b9fac0c076d4937 /usr.sbin/vmctl
parentExtend the #[] style syntax and use that together with previous format (diff)
downloadwireguard-openbsd-2621216682621d6712c90c11e665f08f1595d6a2.tar.xz
wireguard-openbsd-2621216682621d6712c90c11e665f08f1595d6a2.zip
Consistently use imperative present tense throughout the manual
Feedback and OK jmc
Diffstat (limited to 'usr.sbin/vmctl')
-rw-r--r--usr.sbin/vmctl/vmctl.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8
index 2be9af7123c..a42e50bb2c0 100644
--- a/usr.sbin/vmctl/vmctl.8
+++ b/usr.sbin/vmctl/vmctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vmctl.8,v 1.62 2019/03/18 20:27:12 kn Exp $
+.\" $OpenBSD: vmctl.8,v 1.63 2019/03/18 21:00:09 kn Exp $
.\"
.\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
.\"
@@ -74,7 +74,7 @@ Using
connect to the console of the VM with the specified
.Ar id .
.It Cm create Ar disk Oo Fl b Ar base | Fl i Ar disk Oc Op Fl s Ar size
-Creates a VM disk image file with the specified
+Create a VM disk image file with the specified
.Ar disk
path.
.Bl -tag -width "-i input"
@@ -238,10 +238,10 @@ except for exclusive options such as disk, interface lladdr, or
interface names.
.El
.It Cm status Op Ar id
-Lists VMs running on the host, optionally listing just the selected VM
+List VMs running on the host, optionally listing just the selected VM
.Ar id .
.It Cm stop Oo Ar id | Fl a Oc Op Fl fw
-Stops (terminates) a VM defined by the specified VM
+Stop (terminate) a VM defined by the specified VM
.Ar id
or all running VMs
.Pq Fl a .