commit: 70d1cdeede8d4524eb6c70df509f664af0367c99
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 20:06:48 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 20:06:48 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=70d1cdee
manpage: Fix gk.net.dhcp.retries entry
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
doc/genkernel.8.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 177be51..da0f44e 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -544,14 +544,14 @@ recognized by the kernel itself.
By default, dhcp will be used. You can set a specific IP address using
addr/CIDR notation, i.e. '1.2.3.4/24'.
+*gk.net.dhcp.retries*=<...>::
+ By default we will send up to 3 DHCP discovery requests.
+
*gk.net.iface*=<interface,macaddr>::
By default we will use the interface named eth0. Use this kernel
parameter to specify another interface. You can also specify a MAC
address (00:00:00:00:00:00 format) instead of an interface name.
-*gk.net.timeout.dhcp*=<...>::
- By default we will send up to 3 DHCP discovery requests.
-
*gk.net.gw*=<...>::
Optional gateway. If *ip* is set to dhcp, this kernel parameter will
be ignored.