Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-net-advanced.xml
Date: Sun, 23 Jun 2013 17:00:17
Message-Id: 20130623170005.BDA702171C@flycatcher.gentoo.org
1 swift 13/06/23 17:00:05
2
3 Modified: hb-net-advanced.xml
4 Log:
5 Fix bug 470674 - Fix typo and improve parameter declaration thanks to Vladimir
6
7 Revision Changes Path
8 1.22 xml/htdocs/doc/en/handbook/hb-net-advanced.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.22&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.22&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.21&r2=1.22
13
14 Index: hb-net-advanced.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v
17 retrieving revision 1.21
18 retrieving revision 1.22
19 diff -u -r1.21 -r1.22
20 --- hb-net-advanced.xml 11 May 2013 10:56:22 -0000 1.21
21 +++ hb-net-advanced.xml 23 Jun 2013 17:00:05 -0000 1.22
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.21 2013/05/11 10:56:22 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.22 2013/06/23 17:00:05 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 before we learn about modular networking.
33 </abstract>
34
35 -<version>14</version>
36 -<date>2013-05-11</date>
37 +<version>15</version>
38 +<date>2013-06-23</date>
39
40 <section>
41 <title>Advanced Configuration</title>
42 @@ -237,7 +237,7 @@
43
44 <p>
45 Network interface names are not chosen arbitrarily: the Linux kernel and the
46 -device manager (most sytems have udev as their device manager although others
47 +device manager (most systems have udev as their device manager although others
48 are available as well) choose the interface name through a fixed set of rules.
49 </p>
50
51 @@ -267,7 +267,8 @@
52
53 <p>
54 Based on this information, the device manager decides how to name the interface
55 -on the system. By default, it uses the first hit of the above three parameters.
56 +on the system. By default, it uses the first hit of the first three parameters
57 +above (<c>ID_NET_NAME_ONBOARD</c>, <c>_SLOT</c> or <c>_PATH</c>).
58 For instance, if <c>ID_NET_NAME_ONBOARD</c> is found and set to <c>eno1</c>, then
59 the interface will be called eno1.
60 </p>