From: Ralf Wildenhues Date: Sun, 27 Jan 2008 21:29:02 +0000 (+0000) Subject: * doc/README.jaxp: Fix typos. X-Git-Tag: releases/gcc-4.3.0~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997fc59aa7b2e6b0871c7a2673321eb9cf31d41e;p=thirdparty%2Fgcc.git * doc/README.jaxp: Fix typos. From-SVN: r131893 --- diff --git a/libjava/classpath/ChangeLog b/libjava/classpath/ChangeLog index d5dc61424740..2d87adc4bc33 100644 --- a/libjava/classpath/ChangeLog +++ b/libjava/classpath/ChangeLog @@ -1,3 +1,7 @@ +2008-01-27 Ralf Wildenhues + + * doc/README.jaxp: Fix typos. + 2008-01-24 Tom Tromey * resource/gnu/classpath/tools/native2ascii/messages.properties diff --git a/libjava/classpath/doc/README.jaxp b/libjava/classpath/doc/README.jaxp index ec8813226847..afafb083c195 100644 --- a/libjava/classpath/doc/README.jaxp +++ b/libjava/classpath/doc/README.jaxp @@ -155,7 +155,7 @@ To enable the various GNU JAXP factories, set the following system properties When using libxmlj, the libxmlj shared library must be available. In general it is picked up by the runtime using GNU Classpath. If not you might want to try adding the directory where libxmlj.so is installed -(by default ${prefix}/lib/classpath/) with ldconfig or specifing in the +(by default ${prefix}/lib/classpath/) with ldconfig or specifying in the LD_LIBRARY_PATH environment variable. Additionally, you may need to specify the location of your shared libraries to the runtime environment using the java.library.path system property. @@ -174,7 +174,7 @@ Update: it may be possible to make libxmlj thread-safe nonetheless using thread context variables. Update: thread context variables have been introduced. This is very -untested though, libxmll therefore still has the single thread +untested though, libxmlj therefore still has the single thread bottleneck.