Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: doc/
Date: Thu, 18 Jul 2019 20:15:57
Message-Id: 1563480408.70d1cdeede8d4524eb6c70df509f664af0367c99.whissi@gentoo
1 commit: 70d1cdeede8d4524eb6c70df509f664af0367c99
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 18 20:06:48 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 18 20:06:48 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=70d1cdee
7
8 manpage: Fix gk.net.dhcp.retries entry
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 doc/genkernel.8.txt | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
16 index 177be51..da0f44e 100644
17 --- a/doc/genkernel.8.txt
18 +++ b/doc/genkernel.8.txt
19 @@ -544,14 +544,14 @@ recognized by the kernel itself.
20 By default, dhcp will be used. You can set a specific IP address using
21 addr/CIDR notation, i.e. '1.2.3.4/24'.
22
23 +*gk.net.dhcp.retries*=<...>::
24 + By default we will send up to 3 DHCP discovery requests.
25 +
26 *gk.net.iface*=<interface,macaddr>::
27 By default we will use the interface named eth0. Use this kernel
28 parameter to specify another interface. You can also specify a MAC
29 address (00:00:00:00:00:00 format) instead of an interface name.
30
31 -*gk.net.timeout.dhcp*=<...>::
32 - By default we will send up to 3 DHCP discovery requests.
33 -
34 *gk.net.gw*=<...>::
35 Optional gateway. If *ip* is set to dhcp, this kernel parameter will
36 be ignored.