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: Wed, 08 May 2013 06:28:20
Message-Id: 20130508062815.600782171D@flycatcher.gentoo.org
1 swift 13/05/08 06:28:15
2
3 Modified: hb-net-advanced.xml
4 Log:
5 Fix bug #468992 - Typo for ID_NET_NAME_ONBOARD parameter
6
7 Revision Changes Path
8 1.20 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.20&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.19&r2=1.20
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.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- hb-net-advanced.xml 6 May 2013 14:24:20 -0000 1.19
21 +++ hb-net-advanced.xml 8 May 2013 06:28:15 -0000 1.20
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.19 2013/05/06 14:24:20 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.20 2013/05/08 06:28:15 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 before we learn about modular networking.
33 </abstract>
34
35 -<version>12</version>
36 -<date>2013-05-06</date>
37 +<version>13</version>
38 +<date>2013-05-07</date>
39
40 <section>
41 <title>Advanced Configuration</title>
42 @@ -249,7 +249,7 @@
43 <ol>
44 <li>
45 the onboard (on the interface itself) registered name of the network card,
46 - which is later seen through the <c>ID_NET_NAME_ONBARD</c> parameter;
47 + which is later seen through the <c>ID_NET_NAME_ONBOARD</c> parameter;
48 </li>
49 <li>
50 the slot in which the network card is plugged in, which is later seen
51 @@ -268,7 +268,7 @@
52 <p>
53 Based on this information, the device manager decides how to name the interface
54 on the system. By default, it uses the first hit of the above three parameters.
55 -For instance, if <c>ID_NET_NAME_ONBARD</c> is found and set to <c>eno1</c>, then
56 +For instance, if <c>ID_NET_NAME_ONBOARD</c> is found and set to <c>eno1</c>, then
57 the interface will be called eno1.
58 </p>