rane 06/07/20 23:55:32 Modified: java.xml Log: #92351, fixed some typos, no content change
Revision Changes Path 1.26 xml/htdocs/doc/en/java.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml?rev=1.26&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml?rev=1.26&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml.diff?r1=1.25&r2=1.26&cvsroot=gentoo Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- java.xml 13 Jul 2006 06:29:21 -0000 1.25 +++ java.xml 20 Jul 2006 23:55:32 -0000 1.26 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.25 2006/07/13 06:29:21 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.26 2006/07/20 23:55:32 rane Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/java.xml"> @@ -100,8 +100,8 @@ </table> <!-- -TODO: list free implmentations? -note about not drop-in replacemenets +TODO: list free implementations? +note about not drop-in replacements kaffe/sablevm/gcj/jamvm --> @@ -287,7 +287,7 @@ <warn> You do not have to edit this file. If you change these options to use a unsupported VM, things could possibly break. Bugs reported with a unsupported -VM will a lower priority if they aren't present with supported VMs. +VM won't be prioritized as much as bugs present within supported VMs. </warn> </body> @@ -374,7 +374,7 @@ <warn> The options explained in this section should be considered deprecated and will -be most likely be removed in the future. We strongly recommend against using +most likely be removed in the future. We strongly recommend against using these, because your Java projects or application should ideally manage their own classpaths. If you choose to specify a default CLASSPATH, some applications may behave unexpectedly, because classes they weren't expecting would be on the @@ -416,8 +416,8 @@ </note> <p> -You will have to update your environment by relogging in or sourcing -<path>/etc/profile</path>. +You will have to update your environment by logging out, then in again or +sourcing <path>/etc/profile</path>. </p> <p> -- [email protected] mailing list
