diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
index 3df7fdd0c5..dbddd58f41 100644
--- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
@@ -3537,7 +3537,7 @@ dhcp_flags=""
installation
In order to configure your FreeBSD system as a DHCP server,
- you will need to ensure that the bpf
+ you will need to ensure that the &man.bpf.4;
device is compiled into your kernel. To do this, add
pseudo-device bpf to your kernel
configuration file, and rebuild the kernel. For more
@@ -3566,7 +3566,10 @@ dhcp_flags=""
dhcpd.conf which was installed by the
net/isc-dhcp3 port.
By default, this will be
- /usr/local/etc/dhcpd.conf.
+ /usr/local/etc/dhcpd.conf.sample, and you
+ should copy this to
+ /usr/local/etc/dhcpd.conf before proceeding
+ to make changes.
@@ -3686,7 +3689,7 @@ host mailhost {
/usr/local/sbin/dhcpd
dhcpd is statically linked and
resides in /usr/local/sbin. The
- dhcpd.8 manual page installed with the
+ dhcpd(8) manual page installed with the
port gives more information about
dhcpd.
@@ -3698,14 +3701,14 @@ host mailhost {
contain all the information that should be provided to clients
that are being serviced, along with information regarding the
operation of the server. This configuration file is described
- by the dhcpd.conf.5 manual page installed
+ by the dhcpd.conf(5) manual page installed
by the port.
/var/db/dhcpd.leases
The DHCP server keeps a database of leases it has issued
in this file, which is written as a log. The manual page
- dhcpd.leases.5, installed by the port
+ dhcpd.leases(5), installed by the port
gives a slightly longer description.
@@ -3713,7 +3716,7 @@ host mailhost {
dhcrelay is used in advanced
environments where one DHCP server forwards a request from a
client to another DHCP server on a separate network. The
- dhcrelay.8 manual page provided with the
+ dhcrelay(8) manual page provided with the
port contains more detail.