From: Ted Lemon Date: Sat, 29 Mar 1997 00:10:22 +0000 (+0000) Subject: Fix up a few typos and pastos X-Git-Tag: DHCP-970328~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba7ed239ed537e2387eab5fba1e0b7c8ea0eb29b;p=thirdparty%2Fdhcp.git Fix up a few typos and pastos --- diff --git a/server/dhcpd.8 b/server/dhcpd.8 index 4bc6ff60a..e7a06ac83 100644 --- a/server/dhcpd.8 +++ b/server/dhcpd.8 @@ -171,9 +171,9 @@ all times when running dhcpd in production, these options should be 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 @@ -284,7 +284,8 @@ A bootp host on that subnet that needs to be in a different domain and 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; diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5 index 0f93d92ef..b118fbfda 100644 --- a/server/dhcpd.conf.5 +++ b/server/dhcpd.conf.5 @@ -471,7 +471,7 @@ address assignment to unknown clients is \fBallow\fRed by default. \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