]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: fix typo
authorZhou Peng <ailvpeng25@gmail.com>
Fri, 23 Mar 2012 02:40:09 +0000 (10:40 +0800)
committerEric Blake <eblake@redhat.com>
Fri, 23 Mar 2012 03:40:19 +0000 (21:40 -0600)
Bogus <code/>, and incorrect use of it's instead of its.

docs/formatdomain.html.in

index 4edada3331080cdf503de3a5ff34c2734d07f753..21372b7cd40bfda135fbd3627c857e6087d4282c 100644 (file)
@@ -2890,7 +2890,7 @@ qemu-kvm -net nic,model=? /dev/null
             </p>
             <p>
               Streaming mode is set by the <code>streaming</code>
-              element, settings it's <code>mode</code> attribute to one
+              element, settings its <code>mode</code> attribute to one
               of <code>filter</code>, <code>all</code>
               or <code>off</code>, <span class="since">since 0.9.2</span>.
             </p>
@@ -2903,8 +2903,8 @@ qemu-kvm -net nic,model=? /dev/null
               0.9.3</span>.
             </p>
             <p>
-              Mouse mode is set by the <code>mouse<code/> element,
-              setting it's <code>mode<code/> attribute to one of
+              Mouse mode is set by the <code>mouse</code> element,
+              setting its <code>mode</code> attribute to one of
               <code>server</code> or <code>client</code> ,
               <span class="since">since 0.9.11</span>. If no mode is
               specified, the qemu default will be used (client mode).