diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2016-01-03 23:03:31 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2016-01-03 23:03:31 +0000 |
commit | ecf74395f96484eebdba9a656ea99fe77b99f945 (patch) | |
tree | 9eba52906ad5fe617a298ed50b724a0ba885a4fa /usr.sbin/vmctl | |
parent | e5c4139a81acebf0481dbfddf13331bccd4322c7 (diff) |
Clarify vmctl console operation.
From Michal Mazurek, thanks!
Diffstat (limited to 'usr.sbin/vmctl')
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index 691a6260c98..64b4ad5aedd 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.9 2015/12/11 10:16:53 reyk Exp $ +.\" $OpenBSD: vmctl.8,v 1.10 2016/01/03 23:03:30 mlarkin 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: December 11 2015 $ +.Dd $Mdocdate: January 3 2016 $ .Dt VMCTL 8 .Os .Sh NAME @@ -47,7 +47,9 @@ the name of a virtual machine. The options are as follows: .Bl -tag -width Ds .It Cm console Ar id -Connect to the console of the VM with the specified +Using +.Xr cu 1 +connect to the console of the VM with the specified .Ar id . .It Cm create Ar path Fl s Ar size Creates a VM disk image file with the specified |