diff options
| author | Roy Marples <roy@marples.name> | 2008-06-18 09:59:33 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-06-18 09:59:33 +0000 |
| commit | 3ad2e247c927d8700db72b3f9d9363168ae808bb (patch) | |
| tree | 4b7e43e36222d7ce3e59169e38997928369c568c /dhcpcd.8.in | |
| parent | 847a70948cc336d093cd7bcb7e2830ab80edd314 (diff) | |
| download | dhcpcd-3ad2e247c927d8700db72b3f9d9363168ae808bb.tar.xz | |
Man page fixes.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index a3380362..d4d2f562 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 Jun 13, 2008 +.Dd Jun 18, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -85,7 +85,7 @@ failed to obtain a lease, it will probe for a valid IPv4LL address .Po aka Zeroconf, aka APIPA .Pc . -Once obtained it will probe every 10 seconds for a DHCP server to get a +Once obtained it will restart the process of looking for a DHCP server to get a proper address. .Pp When using IPv4LL, @@ -105,10 +105,11 @@ This script will run each script found in .Pa @HOOKDIR@ in a lexical order. The default installation supplies the scripts -.Pa test , -.Pa resolv.conf +.Pa 01-test , +.Pa 10-mtu , +.Pa 20-resolv.conf and -.Pa hostname . +.Pa 30-hostname . You can disable each script by using the .Fl C , -nohook option. @@ -295,6 +296,7 @@ Here are some options that deal with turning these bits off. .Bl -tag -width indent .It Fl A , -noarp Don't request or claim the address by ARP. +This also disables IPv4LL. .It Fl G , -nogateway Don't set any default routes. .It Fl C , -nohook Ar script |
