]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3513] Added some texts (to improve) about -W & co in guides
authorFrancis Dupont <fdupont@isc.org>
Wed, 10 Jun 2015 14:33:06 +0000 (16:33 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 10 Jun 2015 14:33:06 +0000 (16:33 +0200)
doc/guide/ddns.xml
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index 319c9c2370c22a39df60b0d6d426a65ca7b3d7e1..a0844775305d8c1b6d9a9bb4418692a7f883da09 100644 (file)
               additional parameters and exits.
             </simpara>
           </listitem>
+          <listitem>
+            <simpara>
+              <command>-W</command> - prints out Kea configuration report
+              and exits.
+            </simpara>
+          </listitem>
       </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.
+      </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>.
+            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
+            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/d2/.libs/kea-dhcp-ddns</filename>.
index 9613138b6990639b86bd580e7d7945a2bba4cb24..b94839b384080923c5bf424b3e11a65b6ef8760b 100644 (file)
               additional parameters and exits.
             </simpara>
           </listitem>
+          <listitem>
+            <simpara>
+              <command>-W</command> - prints out Kea configuration report
+              and exits.
+            </simpara>
+          </listitem>
       </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.
+      </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>.
+            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
+            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 5c7f211407f0b0393aa6e103d01628b7e49647e3..966cd12bcd6674a86854dcb82ac517ff90d14107 100644 (file)
               additional parameters and exits.
             </simpara>
           </listitem>
+          <listitem>
+            <simpara>
+              <command>-W</command> - prints out Kea configuration report
+              and exits.
+            </simpara>
+          </listitem>
       </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.
+      </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>.
+            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
+            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>.