From: Jeremy C. Reed Date: Mon, 11 Aug 2014 19:08:10 +0000 (+0000) Subject: just keep statement as one sentence X-Git-Tag: trac3482_base~41^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbad76661fac05b40b5c1b1cf1d909cfd717dafc;p=thirdparty%2Fkea.git just keep statement as one sentence versus splitting sentence with example in middle. This is just my style preference. --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 3fbd4f760c..ff6e5d5563 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -361,7 +361,9 @@ temporarily override a list of interface names and listen on all interfaces. manually specify a unique identifier for each subnet. - The following configuration: + The following configuration will assign the arbitrary subnet + identifier to the newly configured subnet: + "Dhcp4": { "subnet4": [ @@ -371,7 +373,6 @@ temporarily override a list of interface names and listen on all interfaces. ] } - 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. diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 3713a4b293..9b2d46f68c 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -368,7 +368,9 @@ temporarily override a list of interface names and listen on all interfaces. - The following configuration: + The following configuration will assign the arbitrary subnet + identifier to the newly configured subnet: + "Dhcp6": { "subnet6": [ @@ -378,7 +380,6 @@ temporarily override a list of interface names and listen on all interfaces. ] } - 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.