diff options
| author | Roy Marples <roy@marples.name> | 2008-07-18 09:11:35 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-07-18 09:11:35 +0000 |
| commit | d1159955ac35eddb1cbbb13b87353cb8c0f31a36 (patch) | |
| tree | 8ada0233317fa22ddbeebf8f57d500151b9d6f2e /dhcpcd.8.in | |
| parent | 43b27a73b38a22ec1a64745574fc1128d007b26a (diff) | |
| download | dhcpcd-d1159955ac35eddb1cbbb13b87353cb8c0f31a36.tar.xz | |
Move the immediate background flag to 'b'
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index 16717733..f5565b35 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,14 +22,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Jul 16, 2008 +.Dd Jul 18, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd .Nd an RFC 2131 compliant DHCP client .Sh SYNOPSIS .Nm -.Op Fl dknpqADEGKLSTVWX +.Op Fl bdknpqADEGKLSTVX .Op Fl c , -script Ar script .Op Fl f , -config Ar file .Op Fl h , -hostname Ar hostname @@ -124,6 +124,10 @@ You can fine tune the behaviour of .Nm with the following options: .Bl -tag -width indent +.It Fl b , -background +Background immediately. +This is useful for startup scripts which don't disable link messages for +carrier status. .It Fl c , -script Ar script Use this .Ar script @@ -299,10 +303,6 @@ itself never does any DNS updates. Change the default clientid sent from the interface hardware address. If the string is of the format 01:02:03 then it is encoded as hex. If not set then none is sent. -.It Fl W , -nowait -Don't wait for a DHCP lease, background immediately. -This is useful for startup scripts which don't disable link messages for -carrier status. .El .Ss Restriciting behaviour .Nm |
