[libvirt] [PATCH 2/4] formatnetwork: Split long lines

Jiri Denemark jdenemar at redhat.com
Wed Dec 7 10:08:13 UTC 2016


Let's make sure all examples fit into their grey boxes.

Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
---
 docs/formatnetwork.html.in | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in
index 27d7da1c3..31d2b8b0b 100644
--- a/docs/formatnetwork.html.in
+++ b/docs/formatnetwork.html.in
@@ -848,7 +848,8 @@
   <forwarder addr="8.8.8.8"/>
   <forwarder domain='example.com' addr="8.8.4.4"/>
   <forwarder domain='www.example.com'/>
-  <srv service='name' protocol='tcp' domain='test-domain-name' target='.' port='1024' priority='10' weight='10'/>
+  <srv service='name' protocol='tcp' domain='test-domain-name' target='.'
+    port='1024' priority='10' weight='10'/>
   <host ip='192.168.122.2'>
     <hostname>myhost</hostname>
     <hostname>myhostalias</hostname>
@@ -1157,7 +1158,8 @@
       <host name="paul"   ip="2001:db8:ca2:2:3::1" />
       <host id="0:1:0:1:18:aa:62:fe:0:16:3e:44:55:66"    ip="2001:db8:ca2:2:3::2" />
       <host id="0:3:0:1:0:16:3e:11:22:33" name="ralph"  ip="2001:db8:ca2:2:3::3" />
-      <host id="0:4:7e:7d:f0:7d:a8:bc:c5:d2:13:32:11:ed:16:ea:84:63" name="badbob" ip="2001:db8:ca2:2:3::4" />
+      <host id="0:4:7e:7d:f0:7d:a8:bc:c5:d2:13:32:11:ed:16:ea:84:63"
+        name="badbob" ip="2001:db8:ca2:2:3::4"/>
     </dhcp>
   </ip>
 </network></pre>
@@ -1182,7 +1184,8 @@
   <ip family="ipv6" address="2001:db8:ca2:7::1" prefix="64" >
     <dhcp>
       <range start="2001:db8:ca2:7::100" end="2001:db8:ca2::1ff" />
-      <host id="0:4:7e:7d:f0:7d:a8:bc:c5:d2:13:32:11:ed:16:ea:84:63" name="lucas" ip="2001:db8:ca2:2:3::4" />
+      <host id="0:4:7e:7d:f0:7d:a8:bc:c5:d2:13:32:11:ed:16:ea:84:63"
+        name="lucas" ip="2001:db8:ca2:2:3::4"/>
     </dhcp>
   </ip>
   <route family="ipv6" address="2001:db8:ca2:8::" prefix="64" gateway="2001:db8:ca2:7::4"/>
@@ -1230,7 +1233,8 @@
       <host name="peter"   ip="2001:db8:ca2:6:6::1" />
       <host id="0:1:0:1:18:aa:62:fe:0:16:3e:44:55:66" ip="2001:db8:ca2:6:6::2" />
       <host id="0:3:0:1:0:16:3e:11:22:33" name="dariusz" ip="2001:db8:ca2:6:6::3" />
-      <host id="0:4:7e:7d:f0:7d:a8:bc:c5:d2:13:32:11:ed:16:ea:84:63" name="anita" ip="2001:db8:ca2:6:6::4" />
+      <host id="0:4:7e:7d:f0:7d:a8:bc:c5:d2:13:32:11:ed:16:ea:84:63"
+        name="anita" ip="2001:db8:ca2:6:6::4"/>
     </dhcp>
   </ip>
 </network></pre>
-- 
2.11.0




More information about the libvir-list mailing list