Re: minor diff for vmctl.8

2016-09-12 Thread Jason McIntyre
On Sun, Sep 11, 2016 at 09:39:34PM -0400, Rob Pierce wrote:
> "host" is not a command argument.
> 
> Rob
> 

fixed, thanks.
jmc

> Index: vmctl.8
> ===
> RCS file: /cvs/src/usr.sbin/vmctl/vmctl.8,v
> retrieving revision 1.13
> diff -u -p -r1.13 vmctl.8
> --- vmctl.8   18 Aug 2016 16:12:05 -  1.13
> +++ vmctl.8   12 Sep 2016 01:36:59 -
> @@ -28,8 +28,7 @@
>  The
>  .Nm
>  utility is used to control the virtual machine monitor (VMM) subsystem.
> -A VMM manages virtual machines (VMs) on a
> -.Ar host .
> +A VMM manages virtual machines (VMs) on a host.
>  The VMM subsystem is responsible for creating, destroying, and executing
>  VMs.
>  .Pp
> 



minor diff for vmctl.8

2016-09-11 Thread Rob Pierce
"host" is not a command argument.

Rob

Index: vmctl.8
===
RCS file: /cvs/src/usr.sbin/vmctl/vmctl.8,v
retrieving revision 1.13
diff -u -p -r1.13 vmctl.8
--- vmctl.8 18 Aug 2016 16:12:05 -  1.13
+++ vmctl.8 12 Sep 2016 01:36:59 -
@@ -28,8 +28,7 @@
 The
 .Nm
 utility is used to control the virtual machine monitor (VMM) subsystem.
-A VMM manages virtual machines (VMs) on a
-.Ar host .
+A VMM manages virtual machines (VMs) on a host.
 The VMM subsystem is responsible for creating, destroying, and executing
 VMs.
 .Pp