diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-11 17:21:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-11 17:21:58 +0000 |
commit | 366c2cb28ec5ddf98890d94b4e617645bcd795b4 (patch) | |
tree | 33ac49b8374b2c49d82bdf07154061cb59bf6643 /usr.sbin/vmctl/vmctl.8 | |
parent | 28309fd859f5f624aadc0e2d5a7b27a99ed13b6b (diff) |
remove useless macro;
Diffstat (limited to 'usr.sbin/vmctl/vmctl.8')
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index 878b0b6a462..8c1eb11bc76 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.41 2018/07/11 13:19:47 reyk Exp $ +.\" $OpenBSD: vmctl.8,v 1.42 2018/07/11 17:21:57 jmc Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> .\" @@ -164,7 +164,6 @@ Forcefully stop the VM without attempting a graceful shutdown. .It Fl w Wait until the VM has been terminated. .El -.Pp .It Cm unpause Ar id Unpause (resume from a paused state) a VM with the specified .Ar id . |