diff options
-rw-r--r-- | docs/netctl.profile.5.txt | 4 | ||||
-rw-r--r-- | docs/netctl.special.7.txt | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt index 176e876..5d9964e 100644 --- a/docs/netctl.profile.5.txt +++ b/docs/netctl.profile.5.txt @@ -131,6 +131,10 @@ network. In particular, these connection types are +ethernet+, The name of the preferred DHCP client. Supported options are `dhcpcd' and `dhclient'. Defaults to `dhcpcd'. +'DHCPOptions=':: + Additional options to be passed to the DHCP client. Do not use this + unless you know what you are doing. + 'IPCustom=()':: An array of argument lines to pass to `ip`. This can be used to achieve complicated configurations within the framework of *netctl*. diff --git a/docs/netctl.special.7.txt b/docs/netctl.special.7.txt index 9520385..668f7b1 100644 --- a/docs/netctl.special.7.txt +++ b/docs/netctl.special.7.txt @@ -45,8 +45,10 @@ netctl-sleep.service:: netctl-auto@<interface>.service:: This unit issues a scan on the interface it is used for and tries to - start a profile for a network it finds. It is targeted to wireless - interfaces. + start a profile for a network it finds. It is targeted at wireless + interfaces. Profile specific values for WPADriver are ignored, but + it is possible to specify WPADriver in an interface hook + ('/etc/netctl/interfaces/<interface>'). netctl-ifplugd@<interface>.service:: This unit starts ifplugd on the interface it is used for. It will |