swift 11/08/19 16:07:30 Modified: hb-net-advanced.xml Log: Remove trailing ) from code listings, thanks to nimiux for spotting them
Revision Changes Path 1.18 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.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.17&r2=1.18 Index: hb-net-advanced.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- hb-net-advanced.xml 17 Aug 2011 08:05:11 -0000 1.17 +++ hb-net-advanced.xml 19 Aug 2011 16:07:30 -0000 1.18 @@ -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.17 2011/08/17 08:05:11 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.18 2011/08/19 16:07:30 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ before we learn about modular networking. </abstract> -<version>10</version> -<date>2011-08-17</date> +<version>11</version> +<date>2011-08-19</date> <section> <title>Advanced Configuration</title> @@ -83,7 +83,6 @@ config_eth0="192.168.0.2/24 4321:0:1:2:3:4:567:89ab 4321:0:1:2:3:4:567:89ac" -) <comment># Keep our kernel assigned address, unless the interface goes # down so assign another via DHCP. If DHCP fails then add a @@ -92,7 +91,6 @@ dhcp" fallback_eth0="null apipa" -) </pre> <note>
