]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: fix typo in filesystem docs
authorEric Blake <eblake@redhat.com>
Fri, 21 Sep 2012 01:41:13 +0000 (19:41 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 21 Sep 2012 01:41:13 +0000 (19:41 -0600)
Noticed this by reading the page.  It would be so much nicer if our
tools could automatically flag things like this as part of 'make'.

* docs/formatdomain.html.in: Remove extra '>'.

docs/formatdomain.html.in

index f05350e80fef414f659036f0a77b4a1821508e1e..04de870a0997a72e5d75edebbca419ceec625ba8 100644 (file)
           which gives the memory usage limit in kibibytes. Only used
           by LXC driver.
           <span class="since"> (since 0.9.13)</span></dd>
-        <dt><code>type='bind'></code></dt>
+        <dt><code>type='bind'</code></dt>
         <dd>
           A directory inside the guest will be bound to another
           directory inside the guest. Only used by LXC driver