]> 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)
committerCole Robinson <crobinso@redhat.com>
Thu, 14 Jun 2012 22:38:27 +0000 (18:38 -0400)
commita016b20fa480ebeefffcc78a81b5cd8abe021003
treeeea4913f8a0b62e2dcad45700d5dc714d060bbbe
parent17c787562d3044311792e58a81c79d04af22fd33
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).
(cherry picked from commit 549741ee44c9d3dcaf0231d2f09838f46ac1d74d)
docs/formatdomain.html.in