On Mon, Feb 27, 2017 at 10:50:23AM +0100, Reyk Floeter wrote: > This is a no-brainer. But for the sake completeness: OK? > > Sort vm.conf(5) config options alphabetically >
ok mlarkin > diff --git usr.sbin/vmd/vm.conf.5 usr.sbin/vmd/vm.conf.5 > index ccb59e7..9a48a51 100644 > --- usr.sbin/vmd/vm.conf.5 > +++ usr.sbin/vmd/vm.conf.5 > @@ -108,11 +108,6 @@ is specified. > Do not start this VM. > .It Cm disk Ar path > Disk image file (may be specified multiple times to add multiple disk > images). > -.It Cm kernel Ar path > -Kernel to load when booting the VM. > -.It Cm memory Ar bytes > -Memory size of the VM, in bytes, rounded to megabytes. > -The default is 512M. > .It Cm interface Oo name Oc Op Brq ... > Network interface to add to the VM. > The optional > @@ -161,6 +156,11 @@ If the > is greater than the number of > .Ic interface > statements, additional default interfaces will be added. > +.It Cm kernel Ar path > +Kernel to load when booting the VM. > +.It Cm memory Ar bytes > +Memory size of the VM, in bytes, rounded to megabytes. > +The default is 512M. > .El > .Sh SWITCH CONFIGURATION > A virtual switch allows VMs to communicate with other network interfaces on > the >