diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-01-23 08:58:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-01-23 08:58:48 +0000 |
commit | 156fb1e41d686803bd1731c8176745700203e3bc (patch) | |
tree | 830ced9582e77db73de50efea8983a7eb08930e4 /usr.sbin/dhcp/dhclient | |
parent | 2eb24ba613f529e8b5acff1def298e0cace046ee (diff) |
typos;
ok millert@
Diffstat (limited to 'usr.sbin/dhcp/dhclient')
-rw-r--r-- | usr.sbin/dhcp/dhclient/dhclient.conf.5 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/dhcp/dhclient/dhclient.conf.5 b/usr.sbin/dhcp/dhclient/dhclient.conf.5 index 76d5307bdfc..34f346f2f90 100644 --- a/usr.sbin/dhcp/dhclient/dhclient.conf.5 +++ b/usr.sbin/dhcp/dhclient/dhclient.conf.5 @@ -72,9 +72,7 @@ the DHCP client if required, however: .B timeout .I statement .PP -.B timeout -.I time -.B ; + \fBtimeout \fItime\fR\fB;\fR .PP The .I timeout @@ -391,7 +389,7 @@ automatically determine the type of network to which they are connected. The media setup string is a system-dependent parameter which is passed to the dhcp client configuration script when initializing the interface. On Unix and Unix-like systems, the -argument is passed on the ifconfig command line when configuring te +argument is passed on the ifconfig command line when configuring the interface. .PP The dhcp client automatically declares this parameter if it used a @@ -488,7 +486,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 |