swift       13/06/23 17:00:05

  Modified:             hb-net-advanced.xml
  Log:
  Fix bug 470674 - Fix typo and improve parameter declaration thanks to Vladimir

Revision  Changes    Path
1.22                 xml/htdocs/doc/en/handbook/hb-net-advanced.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.21&r2=1.22

Index: hb-net-advanced.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-net-advanced.xml 11 May 2013 10:56:22 -0000      1.21
+++ hb-net-advanced.xml 23 Jun 2013 17:00:05 -0000      1.22
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.21 
2013/05/11 10:56:22 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.22 
2013/06/23 17:00:05 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 before we learn about modular networking.
 </abstract>
 
-<version>14</version>
-<date>2013-05-11</date>
+<version>15</version>
+<date>2013-06-23</date>
 
 <section>
 <title>Advanced Configuration</title>
@@ -237,7 +237,7 @@
 
 <p>
 Network interface names are not chosen arbitrarily: the Linux kernel and the
-device manager (most sytems have udev as their device manager although others
+device manager (most systems have udev as their device manager although others
 are available as well) choose the interface name through a fixed set of rules.
 </p>
 
@@ -267,7 +267,8 @@
 
 <p>
 Based on this information, the device manager decides how to name the interface
-on the system. By default, it uses the first hit of the above three parameters.
+on the system. By default, it uses the first hit of the first three parameters
+above (<c>ID_NET_NAME_ONBOARD</c>, <c>_SLOT</c> or <c>_PATH</c>).
 For instance, if <c>ID_NET_NAME_ONBOARD</c> is found and set to <c>eno1</c>, 
then
 the interface will be called eno1.
 </p>




Reply via email to