Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xml-guide.xml
Date: Sat, 31 Dec 2005 17:17:28
Message-Id: 200512311717.jBVHHEiJ026611@robin.gentoo.org
1 neysx 05/12/31 17:17:13
2
3 Modified: xml/htdocs/doc/en xml-guide.xml
4 Log:
5 #117287 typo fixes
6
7 Revision Changes Path
8 1.56 +7 -7 xml/htdocs/doc/en/xml-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.56&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.56&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml.diff?r1=1.55&r2=1.56&cvsroot=gentoo
13
14 Index: xml-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
17 retrieving revision 1.55
18 retrieving revision 1.56
19 diff -u -r1.55 -r1.56
20 --- xml-guide.xml 19 Dec 2005 17:57:43 -0000 1.55
21 +++ xml-guide.xml 31 Dec 2005 17:17:13 -0000 1.56
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.55 2005/12/19 17:57:43 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.56 2005/12/31 17:17:13 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/xml-guide.xml">
29 @@ -849,7 +849,7 @@
30 <p>
31 So far no real differences (except for the <c>&lt;book&gt;</c> instead of
32 <c>&lt;guide&gt;</c> tag). Instead of starting with the individual
33 -<c>&lt;chapter&gt;</c>'s, you define a <c>&lt;part&gt;</c>, which is the
34 +<c>&lt;chapter&gt;</c>s, you define a <c>&lt;part&gt;</c>, which is the
35 equivalent of a separate part in a book:
36 </p>
37
38 @@ -870,9 +870,9 @@
39 </p>
40
41 <p>
42 -Inside each part, you define the individual <c>&lt;chapter&gt;</c>'s. Each
43 -chapter <e>must</e> be a separate document. As a result it is no surprise that a
44 -special tag (<c>&lt;include&gt;</c>) is added to allow including the separate
45 +Inside each part, you define the individual <c>&lt;chapter&gt;</c>s. Each
46 +chapter <e>must</e> be a separate document. As a result it is no surprise that
47 +a special tag (<c>&lt;include&gt;</c>) is added to allow including the separate
48 document.
49 </p>
50
51 @@ -917,8 +917,8 @@
52 </pre>
53
54 <p>
55 -Inside each chapter you can define <c>&lt;section&gt;</c>'s (equivalent of
56 -<c>&lt;chapter&gt;</c> in a Guide) and <c>&lt;subsection&gt;</c>'s (equivalent
57 +Inside each chapter you can define <c>&lt;section&gt;</c>s (equivalent of
58 +<c>&lt;chapter&gt;</c> in a Guide) and <c>&lt;subsection&gt;</c>s (equivalent
59 of <c>&lt;section&gt;</c> in a Guide).
60 </p>
61
62
63
64
65 --
66 gentoo-doc-cvs@g.o mailing list