]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix up a few typos and pastos
authorTed Lemon <source@isc.org>
Sat, 29 Mar 1997 00:10:22 +0000 (00:10 +0000)
committerTed Lemon <source@isc.org>
Sat, 29 Mar 1997 00:10:22 +0000 (00:10 +0000)
server/dhcpd.8
server/dhcpd.conf.5

index 4bc6ff60a2d577a9cc586ddd0e449031fb87e499..e7a06ac8356da6362c4cc4f7ecc4e97d9ecb44f5 100644 (file)
@@ -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;
index 0f93d92ef202472f9ebfc8c1e24424bbe643f96c..b118fbfdacea730fbe6946cd288976c8be0d4698 100644 (file)
@@ -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