mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 17:47:15 +03:00
"copy-paste" errors
* docs/formatdomain.html docs/formatdomain.html.in: Anton Protopopov pointed out a few "copy-paste" errors daniel
This commit is contained in:
parent
ecb117a4a8
commit
8e5c89ba64
@ -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
|
||||
|
@ -304,7 +304,7 @@
|
||||
</os>
|
||||
...</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
|
||||
@ -344,8 +344,8 @@
|
||||
<on_crash>restart</on_crash>
|
||||
...</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.
|
||||
|
@ -154,7 +154,7 @@
|
||||
<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>
|
||||
@ -215,10 +215,10 @@
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user