diff options
| author | Roy Marples <roy@marples.name> | 2009-04-24 16:48:35 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-04-24 16:48:35 +0000 |
| commit | 79262fbb6d6798bea47fd4c64a50cad11e18d3f0 (patch) | |
| tree | 90ae1bea42dad2fd96b5d9601c225d58d938666a /dhcpcd.8.in | |
| parent | c6132551aea190df42d6e7f736b01653827588eb (diff) | |
| download | dhcpcd-79262fbb6d6798bea47fd4c64a50cad11e18d3f0.tar.xz | |
dhcpcd -V now shows all variables we set, even without an option.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index 21c5313c..c3fff0c9 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 23, 2009 +.Dd April 24, 2009 .Dt DHCPCD 8 SMM .Os .Sh NAME @@ -462,6 +462,9 @@ files. .It Fl V, -variables Display a list of option codes and the associated variable for use in .Xr dhcpcd-run-hooks 8 . +Variables are prefixed with new_ and old_ unless the option number is -. +Variables without an option are part of the DHCP message and cannot be +directly requested. .It Fl X, -blacklist Ar address Ns Op Ar /cidr Ignore all packets from .Ar address Ns Op Ar /cidr . @@ -530,5 +533,5 @@ Please report them to http://roy.marples.name/projects/dhcpcd does not wait for commands to complete when sending them to the master .Nm process, nor does it echo its progress to stderr. -This is a behaviour change dhcpcd-4 and may need to be addressed if +This is a behaviour change from dhcpcd-4 and may need to be addressed if there is sufficient need. |
