diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-10-20 13:29:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-10-20 13:29:13 +0000 |
commit | 5a909ff6cdff2fe471900c93e6a4c0ad18e0c961 (patch) | |
tree | 97d8d4d9bd623456c36d2944d13496fc4de99352 /usr.sbin/vmctl | |
parent | 92012122235efc5674065c9ead21c546762ff495 (diff) |
remove unneccessary macros;
Diffstat (limited to 'usr.sbin/vmctl')
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index f56a1dd892c..3dca13f9e05 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.52 2018/10/19 10:12:39 reyk Exp $ +.\" $OpenBSD: vmctl.8,v 1.53 2018/10/20 13:29:12 jmc 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 19 2018 $ +.Dd $Mdocdate: October 20 2018 $ .Dt VMCTL 8 .Os .Sh NAME @@ -51,9 +51,9 @@ The .Ar disk argument is used by commands that take a path to a disk image file. It may be prefixed with a format prefix -.Pf ( raw Ns : Ns Ar disk +.Pf ( raw : Ns Ar disk or -.Pf qcow2 Ns : Ns Ar disk ) +.Pf qcow2 : Ns Ar disk ) .Sm on in order to specify the disk image format. If left unspecified, the format defaults to @@ -104,7 +104,6 @@ and .Fl i options and will be obtained from the base or input image respectively. .El -.Pp .It Cm load Ar filename Load additional configuration from the specified file. .It Cm log brief |