[libvirt] [PATCH 3/3] docs: Update docs on rebootTimeout valid value range

Han Han hhan at redhat.com
Tue Oct 8 08:36:44 UTC 2019


Signed-off-by: Han Han <hhan at redhat.com>
---
 docs/formatdomain.html.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 647f96f651..8a6f289df7 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -274,9 +274,8 @@
         <span class="since">Since 0.10.2 (QEMU only)</span> there is
         another attribute, <code>rebootTimeout</code> that controls
         whether and after how long the guest should start booting
-        again in case the boot fails (according to BIOS). The value is
-        in milliseconds with maximum of <code>65535</code> and special
-        value <code>-1</code> disables the reboot.
+        again in case the boot fails (according to BIOS). The value is in
+        milliseconds from <code>0</code> to <code>65535</code>.
       </dd>
     </dl>
 
-- 
2.20.1




More information about the libvir-list mailing list