diff options
author | 2013-01-18 21:19:46 +0000 | |
---|---|---|
committer | 2013-01-18 21:19:46 +0000 | |
commit | 0ac6c5dfd73a5179d5554cdaf16fb632e3f63e10 (patch) | |
tree | af454a54319a05fa6bdc75dcae3cb69cbe0471c0 | |
parent | much faster -E: try a sneak peek at the 'raw' contents file. (diff) | |
download | wireguard-openbsd-0ac6c5dfd73a5179d5554cdaf16fb632e3f63e10.tar.xz wireguard-openbsd-0ac6c5dfd73a5179d5554cdaf16fb632e3f63e10.zip |
tweak -L; ok krw
-rw-r--r-- | sbin/dhclient/dhclient.8 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sbin/dhclient/dhclient.8 b/sbin/dhclient/dhclient.8 index 1b382377b31..3f6ebf75c0c 100644 --- a/sbin/dhclient/dhclient.8 +++ b/sbin/dhclient/dhclient.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhclient.8,v 1.13 2013/01/18 08:07:32 jmc Exp $ +.\" $OpenBSD: dhclient.8,v 1.14 2013/01/18 21:19:46 jmc Exp $ .\" .\" Copyright (c) 1997 The Internet Software Consortium. .\" All rights reserved. @@ -89,10 +89,13 @@ Specify a location, for the option data file. This causes .Nm -to write two pseudo-leases, offered {} and effective {} to the -specified file. -offered {} will contain the lease offered by the DHCP server. -effective {} will contain the modified lease used to configure the +to write two pseudo-leases, +.Dq offered +and +.Dq effective , +to the specified file. +The offered block will contain the lease offered by the DHCP server; +the effective block will contain the modified lease used to configure the interface. .It Fl l Ar file Specify an alternate location, |