summaryrefslogtreecommitdiff
path: root/server/dhcpd.conf.5
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-04-19 21:35:12 +0000
committerDavid Hankins <dhankins@isc.org>2007-04-19 21:35:12 +0000
commitc759db75e0aa8a86ccd09f844838dc2b3fcfa93c (patch)
tree8363a05aee156b56a5f9c67353075c24da562d80 /server/dhcpd.conf.5
parent830ebc4c5b4407e848fef2b1d73431fd89a609f8 (diff)
downloadisc-dhcp-c759db75e0aa8a86ccd09f844838dc2b3fcfa93c.tar.gz
- Several spelling typos were repaired, and some cross-references to other
relevant documents were included in the manpages, thanks to a patch by Andrew Pollock which got to us via Tomas Pospisek. [ISC-Bugs #16731]
Diffstat (limited to 'server/dhcpd.conf.5')
-rw-r--r--server/dhcpd.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5
index 41f07ad1..551ef911 100644
--- a/server/dhcpd.conf.5
+++ b/server/dhcpd.conf.5
@@ -28,7 +28,7 @@
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
.\" ``http://www.nominum.com''.
.\"
-.\" $Id: dhcpd.conf.5,v 1.82 2006/08/28 21:44:42 dhankins Exp $
+.\" $Id: dhcpd.conf.5,v 1.83 2007/04/19 21:35:12 dhankins Exp $
.\"
.TH dhcpd.conf 5
.SH NAME
@@ -1651,7 +1651,7 @@ that client will not be able to get an address from the DHCP server.
\fBdeny duplicates;\fR
.PP
Host declarations can match client messages based on the DHCP Client
-Identifer option or based on the client's network hardware type and
+Identifier option or based on the client's network hardware type and
MAC address. If the MAC address is used, the host declaration will
match any client with that MAC address - even clients with different
client identifiers. This doesn't normally happen, but is possible
@@ -2016,7 +2016,7 @@ statement
The \fIdynamic-bootp-lease-cutoff\fR statement sets the ending time
for all leases assigned dynamically to BOOTP clients. Because BOOTP
clients do not have any way of renewing leases, and don't know that
-their leases could expire, by default dhcpd assignes infinite leases
+their leases could expire, by default dhcpd assigns infinite leases
to all BOOTP clients. However, it may make sense in some situations
to set a cutoff date for all BOOTP leases - for example, the end of a
school term, or the time at night when a facility is closed and all
@@ -2404,7 +2404,7 @@ In the event that the UDP response is transmitted to a DHCP Relay, the
server generally uses the \fBlocal-port\fR configuration value. Should the
DHCP Relay happen to be addressed as 127.0.0.1, however, the DHCP Server
transmits its response to the \fBremote-port\fR configuration value. This
-is generally only useful for testing purposes, and this configuratoin value
+is generally only useful for testing purposes, and this configuration value
should generally not be used.
.RE
.PP