used \fBonly\fR for testing lease files or database files in a
non-production environment.
.SH CONFIGURATION
-The syntax of the dhcpd.conf(8) file is discussed seperately. This
+The syntax of the dhcpd.conf(5) file is discussed seperately. This
section should be used as an overview of the configuration process,
-and the dhcpd.conf(8) documentation should be consulted for detailed
+and the dhcpd.conf(5) documentation should be consulted for detailed
reference information.
.PP
.SH Subnets
use a different name server might be declared as follows:
.nf
.sp 1
- host haagen hardware ethernet 08:00:2b:4c:59:23 {
+ host haagen {
+ hardware ethernet 08:00:2b:4c:59:23;
fixed-address 239.252.197.9;
filename "/tftpboot/haagen.boot";
option domain-name-servers 192.5.5.1;
\fBallow bootp;\fR
\fBdeny bootp;\fR
.PP
-The \fBunknown-clients\fR flag is used to tell dhcpd whether
+The \fBbootp\fR flag is used to tell dhcpd whether
or not to respond to bootp queries. Bootp queries are \fBallow\fRed
by default.
.PP