]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Fix several formatting mistakes in doc
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 31 Mar 2011 11:14:03 +0000 (13:14 +0200)
committerEric Blake <eblake@redhat.com>
Thu, 31 Mar 2011 20:36:19 +0000 (14:36 -0600)
docs/formatdomain.html.in
docs/hooks.html.in
src/libvirt.c

index 8b5081449de2df745245b6fb133876f5d463b65e..438cbf0e421c1b6640bc04620f863d3df92cc029 100644 (file)
       <dd> The optional <code>vcpupin</code> element specifies which of host
         physical CPUS the domain VCPU will be pinned to. If this is ommited,
         each VCPU pinned to all the physical CPUS by default. It contains two
-        required attributes, the attribute <code>vcpu</vcpu> specifies vcpu id,
+        required attributes, the attribute <code>vcpu</code> specifies vcpu id,
         and the attribute <code>cpuset</code> is same as attribute <code>cpuset</code>
         of element <code>vcpu</code>. NB, Only qemu driver supports</dd>
       <dt><code>shares</code></dt>
index eec7a6aaa0ed5c1c788eb4bad4b20d0d2a97555c..890359e64ccf88caaf39fde638489cccc0cd1572 100644 (file)
         is not started.  The first location, <span class="since">since
         0.9.0</span>, is before libvirt performs any resource
         labeling, and the hook can allocate resources not managed by
-        libvirt such as DRBD or missing bridges.  This is called as:</br>
+        libvirt such as DRBD or missing bridges.  This is called as:<br/>
         <pre>/etc/libvirt/hooks/qemu guest_name prepare begin -</pre>
         The second location, available <span class="since">Since
         0.8.0</span>, occurs after libvirt has finished labeling
-        all resources, but has not yet started the guest, called as:</br>
+        all resources, but has not yet started the guest, called as:<br/>
         <pre>/etc/libvirt/hooks/qemu guest_name start begin -</pre></li>
       <li>When a QEMU guest is stopped, the qemu hook script is called
         in two locations, to match the startup.
         First, <span class="since">since 0.8.0</span>, the hook is
-        called before libvirt restores any labels:</br>
+        called before libvirt restores any labels:<br/>
         <pre>/etc/libvirt/hooks/qemu guest_name stopped end -</pre>
         Then, after libvirt has released all resources, the hook is
         called again, <span class="since">since 0.9.0</span>, to allow
index 9bdb4c8f07fc7ec01a8ce7482a2f6d078e399e3f..8be18d4285a5d3401f70f9641a0826320814f02e 100644 (file)
@@ -2852,7 +2852,7 @@ error:
 }
 
 /*
- * virDomainSetMemoryFlags
+ * virDomainSetMemoryFlags:
  * @domain: a domain object or NULL
  * @memory: the memory size in kilobytes
  * @flags: an OR'ed set of virDomainMemoryModFlags