]> xenbits.xensource.com Git - libvirt.git/commitdiff
"copy-paste" errors
authorDaniel Veillard <veillard@redhat.com>
Thu, 22 May 2008 14:57:32 +0000 (14:57 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 22 May 2008 14:57:32 +0000 (14:57 +0000)
* docs/formatdomain.html docs/formatdomain.html.in: Anton Protopopov
  pointed out a few "copy-paste" errors
daniel

ChangeLog
docs/formatdomain.html
docs/formatdomain.html.in

index 494aa833aff3367f9c88e5cdf39ada593d9b6b9f..3039139d927a387f00dcd460b2882a3d3fc9169b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 22 16:56:12 CEST 2008 Daniel Veillard <veillard@redhat.com>
+
+       * docs/formatdomain.html docs/formatdomain.html.in: Anton Protopopov
+         pointed out a few "copy-paste" errors
+
 Wed May 21 17:13:29 EST 2008 Daniel P. Berrange <berrange@redhat.com>
 
        * src/qemu_conf.c: Fix exit status check when using -help arg
index 429d9a98ccca02fa62e56cbcf4ec16fc9af3ad10..80faade33b8ed933f18473a63ff5d8da489d67cf 100644 (file)
        &lt;/os&gt;
        ...</pre>
         <dl><dt><code>type</code></dt><dd>This element has the same semantics as described earlier in the
-       <a href="#elementsOSBIOS">BIOS boot section</a></dd><dt><code>type</code></dt><dd>This element has the same semantics as described earlier in the
+       <a href="#elementsOSBIOS">BIOS boot section</a></dd><dt><code>loader</code></dt><dd>This element has the same semantics as described earlier in the
        <a href="#elementsOSBIOS">BIOS boot section</a></dd><dt><code>kernel</code></dt><dd>The contents of this element specify the fully-qualified path
        to the kernel image in the host OS.</dd><dt><code>initrd</code></dt><dd>The contents of this element specify the fully-qualified path
        to the (optional) ramdisk image in the host OS.</dd><dt><code>cmdline</code></dt><dd>The contents of this element specify arguments to be passed to
        &lt;on_crash&gt;restart&lt;/on_crash&gt;
        ...</pre>
         <dl><dt><code>on_poweroff</code></dt><dd>The content of this element specifies the action to take when
-       the guest requests a poweroff.</dd><dt><code>on_poweroff</code></dt><dd>The content of this element specifies the action to take when
-       the guest requests a reboot.</dd><dt><code>on_poweroff</code></dt><dd>The content of this element specifies the action to take when
+       the guest requests a poweroff.</dd><dt><code>on_reboot</code></dt><dd>The content of this element specifies the action to take when
+       the guest requests a reboot.</dd><dt><code>on_crash</code></dt><dd>The content of this element specifies the action to take when
        the guest crashes.</dd></dl>
         <p>
       Each of these states allow for the same four possible actions.
index 02ca5096606ec6b80731ca4e4ead23bf4594f6ab..70b9c4ac065947cf8dd509823b3b67fdcf2206cf 100644 (file)
       <dt><code>type</code></dt>
       <dd>This element has the same semantics as described earlier in the
        <a href="#elementsOSBIOS">BIOS boot section</a></dd>
-      <dt><code>type</code></dt>
+      <dt><code>loader</code></dt>
       <dd>This element has the same semantics as described earlier in the
        <a href="#elementsOSBIOS">BIOS boot section</a></dd>
       <dt><code>kernel</code></dt>
       <dt><code>on_poweroff</code></dt>
       <dd>The content of this element specifies the action to take when
        the guest requests a poweroff.</dd>
-      <dt><code>on_poweroff</code></dt>
+      <dt><code>on_reboot</code></dt>
       <dd>The content of this element specifies the action to take when
        the guest requests a reboot.</dd>
-      <dt><code>on_poweroff</code></dt>
+      <dt><code>on_crash</code></dt>
       <dd>The content of this element specifies the action to take when
        the guest crashes.</dd>
     </dl>