From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1EskMC-0007tj-H4 for garchives@archives.gentoo.org; Sat, 31 Dec 2005 17:17:28 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jBVHHFHA002190; Sat, 31 Dec 2005 17:17:15 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jBVHHEiJ026611 for <gentoo-doc-cvs@lists.gentoo.org>; Sat, 31 Dec 2005 17:17:14 GMT Message-Id: <200512311717.jBVHHEiJ026611@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.54) id 1EskLx-0000Ne-V6 for gentoo-doc-cvs@lists.gentoo.org; Sat, 31 Dec 2005 17:17:14 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Sat, 31 Dec 2005 17:17:13 +0000 From: "Xavier Neys" <neysx@lark.gentoo.org> Date: Sat, 31 Dec 2005 17:17:13 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: xml-guide.xml Precedence: bulk List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org> List-Help: <mailto:gentoo-doc-cvs+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org> X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: f5a340d0-fd1a-4138-a4e0-6d57fe526e59 X-Archives-Hash: d9990768894f22403e238eb8b7e7c6ab 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> -- gentoo-doc-cvs@gentoo.org mailing list