]> git.ipfire.org Git - thirdparty/libvirt.git/commit
formatdomain.html.in: fix tickpolicy
authorDouglas Schilling Landgraf <dougsland@redhat.com>
Thu, 29 Sep 2011 00:58:00 +0000 (20:58 -0400)
committerDaniel Veillard <veillard@redhat.com>
Thu, 29 Sep 2011 01:08:46 +0000 (09:08 +0800)
commitc7d1f5980b690c5cf576605f0983847518e70eba
treeb3e69fbbe51c57ecbace0380260e56cc03684bcb
parentdd09da70f23c9dd444a7417bb0ed2ae65f1fe9f8
formatdomain.html.in: fix tickpolicy

there is no option "none":

>From libvirt/src/conf/domain_conf.c

<snip>
VIR_ENUM_IMPL(virDomainTimerTickpolicy,
VIR_DOMAIN_TIMER_TICKPOLICY_LAST,
              "delay",
              "catchup",
              "merge",
              "discard");
</snip>

Replacing with delay.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
docs/formatdomain.html.in