nixos/dhcpcd: fix typo in documentation
The manpage of dhcpcd says: >If any interface reports a working carrier then dhcpcd will try to >obtain a lease before forking to the background, otherwise it will fork >right away.
This commit is contained in:
parent
263b560deb
commit
b25b9e656a
@ -226,7 +226,7 @@ in
|
|||||||
(IPv4 or IPv6) to be assigned. If set to "both", dhcpcd will wait for
|
(IPv4 or IPv6) to be assigned. If set to "both", dhcpcd will wait for
|
||||||
both an IPv4 and an IPv6 address before forking.
|
both an IPv4 and an IPv6 address before forking.
|
||||||
The option "if-carrier-up" is equivalent to "any" if either ethernet
|
The option "if-carrier-up" is equivalent to "any" if either ethernet
|
||||||
is plugged nor WiFi is powered, and to "background" otherwise.
|
is plugged or WiFi is powered, and to "background" otherwise.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user