]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: minor fixes to domain interface documentation
authorLaine Stump <laine@laine.org>
Mon, 11 Jun 2012 21:16:17 +0000 (17:16 -0400)
committerLaine Stump <laine@laine.org>
Mon, 11 Jun 2012 21:17:10 +0000 (17:17 -0400)
commit549741ee44c9d3dcaf0231d2f09838f46ac1d74d
tree9eb113292a545a312fce8a39657ae97836aa76b2
parenta2bc4a0c6917b2da859a01cd77761504b1850f6f
docs: minor fixes to domain interface documentation

A few examples for <interface> had a type='direct' interface with no
sub-elements. This is not allowed - a type='direct' interface must
have at least a source element. (Most likely the example was copied
from the type='user' or type='ethernet' examples - they *do* allow an
instance with no sub-elements).

There was also one place that mistakenly used %lt; ... %gt; instead of
&lt; ... &gt; (for some reason, I make that typo all the time).
docs/formatdomain.html.in