diff options
| author | Roy Marples <roy@marples.name> | 2008-07-18 09:17:52 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-07-18 09:17:52 +0000 |
| commit | 0883583f6b71c9bf5d30e2724436812efab3b83b (patch) | |
| tree | 61fd33e0a4b1060529c9cf68b9d43faeea5b286a /dhcpcd.8.in | |
| parent | d1159955ac35eddb1cbbb13b87353cb8c0f31a36 (diff) | |
| download | dhcpcd-0883583f6b71c9bf5d30e2724436812efab3b83b.tar.xz | |
Move -X to -B and give it a long option. This now complements the --background option.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index f5565b35..7316d5ac 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -29,7 +29,7 @@ .Nd an RFC 2131 compliant DHCP client .Sh SYNOPSIS .Nm -.Op Fl bdknpqADEGKLSTVX +.Op Fl bdknpqABDEGKLSTV .Op Fl c , -script Ar script .Op Fl f , -config Ar file .Op Fl h , -hostname Ar hostname @@ -319,6 +319,10 @@ The messages are still logged though. .It Fl A , -noarp Don't request or claim the address by ARP. This also disables IPv4LL. +.It Fl B , -nobackground +Don't run in the background when we acquire a lease. +This is mainly useful for running under the control of another process, such +as a debugger or a network manager. .It Fl C , -nohook Ar script Don't run this hook script. Matches full name, or prefixed with 2 numbers optionally ending with @@ -347,10 +351,6 @@ files. .It Fl V, -variables Display a list of option codes and the associated variable for use in .Xr dhcpcd-run-hooks 8 . -.It Fl X , -nodaemonise -Don't daemonise when we acquire a lease. -This is mainly useful for running under the control of another process, such -as a debugger or a network manager. .El .Sh NOTES .Nm |
