diff options
author | 2017-12-07 21:47:22 +0000 | |
---|---|---|
committer | 2017-12-07 21:47:22 +0000 | |
commit | 96f5f0ed2bdff0ff53fd7b9b5bdc9cd904b0af2e (patch) | |
tree | be8beace6dc0254bd8854fecb46afbfda072c0e6 | |
parent | correct indentation (diff) | |
download | wireguard-openbsd-96f5f0ed2bdff0ff53fd7b9b5bdc9cd904b0af2e.tar.xz wireguard-openbsd-96f5f0ed2bdff0ff53fd7b9b5bdc9cd904b0af2e.zip |
adjust the "timeout" text, now that leases are no longer
specified in dhclient.conf;
ok krw
-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. |