]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update dhcp4-srv.xml to add minor text corrections from Stephen
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 20 Feb 2019 20:02:16 +0000 (15:02 -0500)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 28 Feb 2019 14:52:13 +0000 (15:52 +0100)
doc/guide/dhcp4-srv.xml

index e000691346d66c44b102bfc5a5d978e530d9dcaf..a3ba4b7bc3f6c7e04415192e93c96b62fbad9d16 100644 (file)
@@ -39,7 +39,7 @@
           <listitem>
             <simpara>
             <command>-p <replaceable>server-port</replaceable></command> -
-            specifies the UDP local port on which the server will listen.
+            specifies the local UDP port on which the server will listen.
             This is only useful during testing, as a DHCPv4 server
             listening on ports other than the standard ones will not
             be able to handle regular DHCPv4 queries.</simpara>
@@ -47,7 +47,7 @@
           <listitem>
             <simpara>
             <command>-P <replaceable>client-port</replaceable></command> -
-            specifies the UDP remote port to which the server will send
+            specifies the remote UDP port to which the server will send
             all responses. This is only useful during testing, as a
             DHCPv4 server sending responses to ports other than the
             standard ones will not be able to handle regular DHCPv4
@@ -305,7 +305,7 @@ In some cases it may be preferable to use more compact notation.
 <para>After all the parameters have been specified, we have two contexts open:
 global and Dhcp4, so we need two closing curly brackets to close them.
 In a real-life configuration file there most likely would be an additional
-component defined such as Logging, so the closing brace would be followed
+component defined such as Logging, so the first closing brace would be followed
 by a comma and another object definition.</para>
 </section>