From: Eric Blake Date: Fri, 21 Sep 2012 01:41:13 +0000 (-0600) Subject: docs: fix typo in filesystem docs X-Git-Tag: v0.10.2-rc2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd4f01ea860949ded97f1347a190e05a029f48ba;p=thirdparty%2Flibvirt.git 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 '>'. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index f05350e80f..04de870a09 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. (since 0.9.13) -
type='bind'>
+
type='bind'
A directory inside the guest will be bound to another directory inside the guest. Only used by LXC driver