]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: fix indentation of sub-elements of <ip> in network XML
authorLaine Stump <laine@laine.org>
Fri, 24 Jun 2011 21:48:55 +0000 (17:48 -0400)
committerLaine Stump <laine@laine.org>
Fri, 24 Jun 2011 22:28:51 +0000 (18:28 -0400)
commit303133ee492e07e2bc5e97f1ae792779d54a1fbd
tree32d04b426f636208fb9ee39dea0562fe6984a689
parent4a27eb13987e0a935da8404a1ab337c01124bd98
docs: fix indentation of sub-elements of <ip> in network XML

The sub-elements of <ip> had been placed at the same level of
indentation as ip itself, implying that they were really elements of
<network>. Within that, sub-elements of ip/dhcp were also at that same
level. These have been double-indented.

At the same time, I realized that the documentation for the new <dns>
element had been placed right in the middle of the description of the
sub-elements of <ip>. I moved it up out of the way.
docs/formatnetwork.html.in