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: Fri, 19 Aug 2011 16:07:58
Message-Id: 20110819160730.BE42D2004C@flycatcher.gentoo.org
1 swift 11/08/19 16:07:30
2
3 Modified: hb-net-advanced.xml
4 Log:
5 Remove trailing ) from code listings, thanks to nimiux for spotting them
6
7 Revision Changes Path
8 1.18 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.18&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.18&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.17&r2=1.18
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.17
18 retrieving revision 1.18
19 diff -u -r1.17 -r1.18
20 --- hb-net-advanced.xml 17 Aug 2011 08:05:11 -0000 1.17
21 +++ hb-net-advanced.xml 19 Aug 2011 16:07:30 -0000 1.18
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.17 2011/08/17 08:05:11 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.18 2011/08/19 16:07:30 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 before we learn about modular networking.
33 </abstract>
34
35 -<version>10</version>
36 -<date>2011-08-17</date>
37 +<version>11</version>
38 +<date>2011-08-19</date>
39
40 <section>
41 <title>Advanced Configuration</title>
42 @@ -83,7 +83,6 @@
43 config_eth0="192.168.0.2/24
44 4321:0:1:2:3:4:567:89ab
45 4321:0:1:2:3:4:567:89ac"
46 -)
47
48 <comment># Keep our kernel assigned address, unless the interface goes
49 # down so assign another via DHCP. If DHCP fails then add a
50 @@ -92,7 +91,6 @@
51 dhcp"
52 fallback_eth0="null
53 apipa"
54 -)
55 </pre>
56
57 <note>