]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
just keep statement as one sentence
authorJeremy C. Reed <jreed@isc.org>
Mon, 11 Aug 2014 19:08:10 +0000 (19:08 +0000)
committerJeremy C. Reed <jreed@isc.org>
Mon, 11 Aug 2014 19:08:10 +0000 (19:08 +0000)
versus splitting sentence with example in  middle.
This is just my style preference.

doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index 3fbd4f760c7c1ee601ecd4245d142bd430bd8af2..ff6e5d55638132ddf9d1c640533d99649a6745c1 100644 (file)
@@ -361,7 +361,9 @@ temporarily override a list of interface names and listen on all interfaces.
     manually specify a unique identifier for each subnet.
   </para>
       <para>
-        The following configuration:
+       The following configuration will assign the arbitrary subnet
+       identifier to the newly configured subnet:
+
         <screen>
 "Dhcp4": {
     "subnet4": [
@@ -371,7 +373,6 @@ temporarily override a list of interface names and listen on all interfaces.
     ]
 }
 </screen>
-    will assign the arbitrary subnet identifier to the newly configured subnet.
     This identifier will not change for this subnet unless the "id" parameter is
     removed or set to 0. The value of 0 forces auto-generation of the subnet
     identifier.
index 3713a4b293cfbb8c47a54b5522b9c143651307a6..9b2d46f68c815f81102bf047183171c521882b99 100644 (file)
@@ -368,7 +368,9 @@ temporarily override a list of interface names and listen on all interfaces.
       </para>
 
       <para>
-       The following configuration:
+       The following configuration will assign the arbitrary subnet
+       identifier to the newly configured subnet:
+
        <screen>
 "Dhcp6": {
     "subnet6": [
@@ -378,7 +380,6 @@ temporarily override a list of interface names and listen on all interfaces.
     ]
 }
 </screen>
-        will assign the arbitrary subnet identifier to the newly configured subnet.
        This identifier will not change for this subnet unless the "id" parameter is
        removed or set to 0. The value of 0 forces auto-generation of the subnet
        identifier.