diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml
index b94839b384..8a1952b43c 100644
--- a/doc/guide/dhcp4-srv.xml
+++ b/doc/guide/dhcp4-srv.xml
@@ -64,21 +64,23 @@
- The -V returns the versions of the
- external libraries dynamically linked, at the opposite
- the -W describes the environment used
- to build Kea.
+ The -V command returns the versions of the
+ external libraries dynamically linked.
- All of the executable binaries in Kea contain an embedded
- copy of the config.report
- file produced by ./configure
- and displayed by the -W command,
- but is accessible in some other ways when needed.
- The following command may be used to extract this information.
- The binary path may be found in the
- install directory or in the .libs
+ The -W command describes the environment used
+ to build Kea. This command displays a copy of the
+ config.report file produced by
+ ./configure that is embedded in the
+ executable binary.
+
+
+
+ The config.report may also be accessed more
+ directly. The following command may be used to extract this
+ information. The binary path may be found
+ in the install directory or in the .libs
subdirectory in the source treee. For example
kea/src/bin/dhcp4/.libs/kea-dhcp4.
diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml
index 966cd12bcd..2ebe1102c5 100644
--- a/doc/guide/dhcp6-srv.xml
+++ b/doc/guide/dhcp6-srv.xml
@@ -62,21 +62,23 @@
- The -V returns the versions of the
- external libraries dynamically linked, at the opposite
- the -W describes the environment used
- to build Kea.
+ The -V command returns the versions of the
+ external libraries dynamically linked.
- All of the executable binaries in Kea contain an embedded
- copy of the config.report
- file produced by ./configure
- and displayed by the -W command,
- but is accessible in some other ways when needed.
- The following command may be used to extract this information.
- The binary path may be found in the
- install directory or in the .libs
+ The -W command describes the environment used
+ to build Kea. This command displays a copy of the
+ config.report file produced by
+ ./configure that is embedded in the
+ executable binary.
+
+
+
+ The config.report may also be accessed more
+ directly. The following command may be used to extract this
+ information. The binary path may be found
+ in the install directory or in the .libs
subdirectory in the source treee. For example
kea/src/bin/dhcp6/.libs/kea-dhcp6.