summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1999-05-06 12:17:58 +0000
committerjkoshy <jkoshy@FreeBSD.org>1999-05-06 12:17:58 +0000
commit1ec34cbf0140954d302ca809a465aad08aaf97f9 (patch)
treee26de4ce92183566283416f2f132e30ddc27b912 /contrib
parent95826a20dda3dacb0f4a7d77a8f85ba2e49efea3 (diff)
downloadFreeBSD-src-1ec34cbf0140954d302ca809a465aad08aaf97f9.zip
FreeBSD-src-1ec34cbf0140954d302ca809a465aad08aaf97f9.tar.gz
Fix spelling and typos.
PR: docs/11506 Submitted by: Norihiro Kumagai <kuma@jp.freebsd.org>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/isc-dhcp/client/dhclient.conf.514
1 files changed, 8 insertions, 6 deletions
diff --git a/contrib/isc-dhcp/client/dhclient.conf.5 b/contrib/isc-dhcp/client/dhclient.conf.5
index e09f7d4..35f1c82 100644
--- a/contrib/isc-dhcp/client/dhclient.conf.5
+++ b/contrib/isc-dhcp/client/dhclient.conf.5
@@ -294,7 +294,7 @@ enforced - if you ignore it, the behaviour will be unpredictable.
\fBlease {\fR \fIlease-declaration\fR [ ... \fIlease-declaration ] \fB}\fR
.PP
The DHCP client may decide after some period of time (see \fBPROTOCOL
-TIMING\fR) decide that it is not going to succeed in contacting a
+TIMING\fR) that it is not going to succeed in contacting a
server. At that time, it consults its own database of old leases and
tests each one that has not yet timed out by pinging the listed router
for that lease to see if that lease could work. It is possible to
@@ -394,7 +394,7 @@ initializing the interface. On Unix and Unix-like systems, the
argument is passed on the ifconfig command line when configuring te
interface.
.PP
-The dhcp client automatically declares this parameter if it used a
+The dhcp client automatically declares this parameter if it uses a
media type (see the
.B media
statement) when configuring the interface in order to obtain a lease.
@@ -432,8 +432,8 @@ specified as zero. The year is specified with the century, so it
should generally be four digits except for really long leases. The
month is specified as a number starting with 1 for January. The day
of the month is likewise specified starting with 1. The hour is a
-number between 0 and 23, the minute a number between 0 and 69, and the
-second also a number between 0 and 69.
+number between 0 and 23, the minute a number between 0 and 59, and the
+second also a number between 0 and 59.
.SH ALIAS DECLARATIONS
\fBalias { \fI declarations ... \fB}\fR
.PP
@@ -457,7 +457,9 @@ declaration.
.SH OTHER DECLARATIONS
\fBreject \fIip-address\fB;\fR
.PP
-The reject statement causes the DHCP client to reject offers from
+The
+.B reject
+statement causes the DHCP client to reject offers from
servers who use the specified address as a server identifier. This
can be used to avoid being configured by rogue or misconfigured dhcp
servers, although it should be a last resort - better to track down
@@ -488,7 +490,7 @@ succeeds in getting a request to the server and hearing the reply is
probably right (no guarantees).
.PP
The media setup is only used for the initial phase of address
-acquisition (the DHCPDISCOVER and DHCPOFFER packtes). Once an
+acquisition (the DHCPDISCOVER and DHCPOFFER packets). Once an
address has been acquired, the dhcp client will record it in its lease
database and will record the media type used to acquire the address.
Whenever the client tries to renew the lease, it will use that same
OpenPOWER on IntegriCloud