diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
index 5465e79705..8836e40ab9 100644
--- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
@@ -3111,14 +3111,14 @@ dhclient_flags=""
future, be desired.
- The next thing that is needed is to edit the sample
- dhcpd.conf which was installed by the
+ An example configuration file
+ is installed by the
net/isc-dhcp42-server
- port. By default, this will be
- /usr/local/etc/dhcpd.conf.sample, and
- you should copy this to
- /usr/local/etc/dhcpd.conf before
- proceeding to make changes.
+ port. Copy the example
+ /usr/local/etc/dhcpd.conf.example
+ to the actual configuration file,
+ /usr/local/etc/dhcpd.conf. Edits
+ will be made to this new file.