[libvirt] [PATCH] docs: fix typo in filesystem docs

Eric Blake eblake at redhat.com
Fri Sep 21 01:42:11 UTC 2012


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 '>'.
---

Pushing under the trivial rule.

 docs/formatdomain.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index f05350e..04de870 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1772,7 +1772,7 @@
           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
-- 
1.7.11.4




More information about the libvir-list mailing list