diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-07 21:47:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-07 21:47:23 +0000 |
commit | d6df6bbc7f1813c1cf727ab088fa9ece11062cd3 (patch) | |
tree | aecc97c46317667731fa963bf121247c987dc75c /sbin | |
parent | 7bbb3388c3c28726dab626780565326403afc856 (diff) |
adjust the "timeout" text, now that leases are no longer
specified in dhclient.conf;
ok krw
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dhclient/dhclient.conf.5 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/dhclient/dhclient.conf.5 b/sbin/dhclient/dhclient.conf.5 index 4fd59754949..8d1e422f512 100644 --- a/sbin/dhclient/dhclient.conf.5 +++ b/sbin/dhclient/dhclient.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhclient.conf.5,v 1.37 2017/12/07 19:03:15 krw Exp $ +.\" $OpenBSD: dhclient.conf.5,v 1.38 2017/12/07 21:47:22 jmc Exp $ .\" .\" Copyright (c) 1997 The Internet Software Consortium. .\" All rights reserved. @@ -86,10 +86,7 @@ The default is 0 seconds, i.e. immediately use the first acceptable lease received. .It Ic timeout Ar seconds ; Sets the number of seconds to wait for a lease. -If no lease is received -the first valid lease in -.Nm -or in +If no lease is received the first valid lease in .Xr dhclient.leases 5 will be used. The default is 30 seonds. |