swift 13/05/08 06:28:15 Modified: hb-net-advanced.xml Log: Fix bug #468992 - Typo for ID_NET_NAME_ONBOARD parameter
Revision Changes Path 1.20 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.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.19&r2=1.20 Index: hb-net-advanced.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- hb-net-advanced.xml 6 May 2013 14:24:20 -0000 1.19 +++ hb-net-advanced.xml 8 May 2013 06:28:15 -0000 1.20 @@ -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.19 2013/05/06 14:24:20 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.20 2013/05/08 06:28:15 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ before we learn about modular networking. </abstract> -<version>12</version> -<date>2013-05-06</date> +<version>13</version> +<date>2013-05-07</date> <section> <title>Advanced Configuration</title> @@ -249,7 +249,7 @@ <ol> <li> the onboard (on the interface itself) registered name of the network card, - which is later seen through the <c>ID_NET_NAME_ONBARD</c> parameter; + which is later seen through the <c>ID_NET_NAME_ONBOARD</c> parameter; </li> <li> the slot in which the network card is plugged in, which is later seen @@ -268,7 +268,7 @@ <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. -For instance, if <c>ID_NET_NAME_ONBARD</c> is found and set to <c>eno1</c>, then +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>