aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-09-20 19:41:13 -0600
committerEric Blake <eblake@redhat.com>2012-09-20 19:41:13 -0600
commitcd4f01ea860949ded97f1347a190e05a029f48ba (patch)
tree2a2dfcfbf43265433996da3bb359acae03c13d33
parentmaint: fix up copyright notice inconsistencies (diff)
downloadlibvirt-cd4f01ea860949ded97f1347a190e05a029f48ba.tar.gz
libvirt-cd4f01ea860949ded97f1347a190e05a029f48ba.tar.bz2
libvirt-cd4f01ea860949ded97f1347a190e05a029f48ba.zip
docs: fix typo in filesystem docs
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 '>'.
-rw-r--r--docs/formatdomain.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index f05350e80..04de870a0 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