neysx 05/12/31 17:17:13 Modified: xml/htdocs/doc/en xml-guide.xml Log: #117287 typo fixes
Revision Changes Path 1.56 +7 -7 xml/htdocs/doc/en/xml-guide.xml 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 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 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 Index: xml-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- xml-guide.xml 19 Dec 2005 17:57:43 -0000 1.55 +++ xml-guide.xml 31 Dec 2005 17:17:13 -0000 1.56 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.55 2005/12/19 17:57:43 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.56 2005/12/31 17:17:13 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/xml-guide.xml"> @@ -849,7 +849,7 @@ <p> So far no real differences (except for the <c><book></c> instead of <c><guide></c> tag). Instead of starting with the individual -<c><chapter></c>'s, you define a <c><part></c>, which is the +<c><chapter></c>s, you define a <c><part></c>, which is the equivalent of a separate part in a book: </p> @@ -870,9 +870,9 @@ </p> <p> -Inside each part, you define the individual <c><chapter></c>'s. Each -chapter <e>must</e> be a separate document. As a result it is no surprise that a -special tag (<c><include></c>) is added to allow including the separate +Inside each part, you define the individual <c><chapter></c>s. Each +chapter <e>must</e> be a separate document. As a result it is no surprise that +a special tag (<c><include></c>) is added to allow including the separate document. </p> @@ -917,8 +917,8 @@ </pre> <p> -Inside each chapter you can define <c><section></c>'s (equivalent of -<c><chapter></c> in a Guide) and <c><subsection></c>'s (equivalent +Inside each chapter you can define <c><section></c>s (equivalent of +<c><chapter></c> in a Guide) and <c><subsection></c>s (equivalent of <c><section></c> in a Guide). </p> -- [email protected] mailing list
