]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3513] Updated guides
authorFrancis Dupont <fdupont@isc.org>
Sat, 13 Jun 2015 07:09:19 +0000 (09:09 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 13 Jun 2015 07:09:19 +0000 (09:09 +0200)
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index b94839b384080923c5bf424b3e11a65b6ef8760b..8a1952b43ccab0ab4e7b557f6f7e8cc2d9b4f448 100644 (file)
       </itemizedlist>
 
       <para>
-            The <command>-V</command> returns the versions of the
-            external libraries dynamically linked, at the opposite
-            the <command>-W</command> describes the environment used
-            to build Kea.
+            The <command>-V</command> command returns the versions of the
+            external libraries dynamically linked.
       </para>
 
       <para>
-            All of the executable binaries in Kea contain an embedded
-            copy of the <filename>config.report</filename>
-            file produced by <userinput>./configure</userinput>
-            and displayed by the <command>-W</command> command,
-            but is accessible in some other ways when needed.
-            The following command may be used to extract this information.
-            The binary <userinput>path</userinput> may be found in the
-            install directory or in the <filename>.libs</filename>
+            The <command>-W</command> command describes the environment used
+            to build Kea.  This command displays a copy of the
+            <filename>config.report</filename> file produced by
+            <userinput>./configure</userinput> that is embedded in the
+            executable binary.
+      </para>
+
+      <para>
+            The <filename>config.report</filename> may also be accessed more
+            directly.  The following command may be used to extract this
+            information.  The binary <userinput>path</userinput> may be found
+            in the install directory or in the <filename>.libs</filename>
             subdirectory in the source treee. For example
             <filename>kea/src/bin/dhcp4/.libs/kea-dhcp4</filename>.
 
index 966cd12bcd6674a86854dcb82ac517ff90d14107..2ebe1102c5610c315e23b95aa92677380ffc0e81 100644 (file)
       </itemizedlist>
 
       <para>
-            The <command>-V</command> returns the versions of the
-            external libraries dynamically linked, at the opposite
-            the <command>-W</command> describes the environment used
-            to build Kea.
+            The <command>-V</command> command returns the versions of the
+            external libraries dynamically linked.
       </para>
 
       <para>
-            All of the executable binaries in Kea contain an embedded
-            copy of the <filename>config.report</filename>
-            file produced by <userinput>./configure</userinput>
-            and displayed by the <command>-W</command> command,
-            but is accessible in some other ways when needed.
-            The following command may be used to extract this information.
-            The binary <userinput>path</userinput> may be found in the
-            install directory or in the <filename>.libs</filename>
+            The <command>-W</command> command describes the environment used
+            to build Kea.  This command displays a copy of the
+            <filename>config.report</filename> file produced by
+            <userinput>./configure</userinput> that is embedded in the
+            executable binary.
+      </para>
+
+      <para>
+            The <filename>config.report</filename> may also be accessed more
+            directly.  The following command may be used to extract this
+            information.  The binary <userinput>path</userinput> may be found
+            in the install directory or in the <filename>.libs</filename>
             subdirectory in the source treee. For example
             <filename>kea/src/bin/dhcp6/.libs/kea-dhcp6</filename>.