summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-07-15 20:22:50 +0000
committerMark Wielaard <mark@klomp.org>2006-07-15 20:22:50 +0000
commit101ff34066ccc14fb59489b1b22d848b0aa625b2 (patch)
tree66ad266888e9d0e6b54a861abe94711bb3091b3c
parent4b78cb5c70638991fb741dda4771fbe8e4c1df08 (diff)
downloadclasspath-101ff34066ccc14fb59489b1b22d848b0aa625b2.tar.gz
* doc/vmintegration.texinfo (gnu.java.lang.management): Change xref
to code. (JNI Implementation): Mark JVMTI Implementation as next. (JVMTI Implementation): Mark JNI Implementation as prev.
-rw-r--r--ChangeLog7
-rw-r--r--doc/vmintegration.texinfo8
2 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a43f6fe4..fb9d249aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-07-15 Mark Wielaard <mark@klomp.org>
+ * doc/vmintegration.texinfo (gnu.java.lang.management): Change xref
+ to code.
+ (JNI Implementation): Mark JVMTI Implementation as next.
+ (JVMTI Implementation): Mark JNI Implementation as prev.
+
+2006-07-15 Mark Wielaard <mark@klomp.org>
+
* include/Makefile.am: Remove
include/gnu_java_awt_peer_gtk_GdkTextLayout.h.
* include/gnu_java_awt_peer_gtk_GdkTextLayout.h: Removed.
diff --git a/doc/vmintegration.texinfo b/doc/vmintegration.texinfo
index 78e3ad326..bd7464e49 100644
--- a/doc/vmintegration.texinfo
+++ b/doc/vmintegration.texinfo
@@ -1606,7 +1606,7 @@ number of milliseconds for which the garbage collector has run.
@end itemize
Note that each garbage collector is also a memory manager, and so an
-implementation of the @xref{gnu.java.lang.management.VMMemoryManagerMXBeanImpl}
+implementation of the @code{gnu.java.lang.management.VMMemoryManagerMXBeanImpl}
methods for its name should also be provided.
@node java.lang.management, Classpath Callbacks, gnu.java.lang.management, Classpath Hooks
@@ -1749,7 +1749,7 @@ reinitialize it yourself, there should be no harm.
@end itemize
-@node JNI Implementation, Miscellaneous VM Requirements, VM Hooks, Top
+@node JNI Implementation, JVMTI Implementation, VM Hooks, Top
@comment node-name, next, previous, up
@chapter JNI Implementation
@@ -1792,7 +1792,7 @@ be a sequence of field declarations.
@end itemize
-@node JVMTI Implementation, Miscellaneous VM Requirements, VM Hooks, Top
+@node JVMTI Implementation, Miscellaneous VM Requirements, JNI Implementation, Top
@comment node-name, next, previous, up
@chapter JVMTI Implementation
@@ -1818,7 +1818,7 @@ to be a sequence of field declarations.
@end itemize
-@node Miscellaneous VM Requirements, , JNI Implementation, Top
+@node Miscellaneous VM Requirements, , JVMTI Implementation, Top
@comment node-name, next, previous, up
@chapter Miscellaneous VM Requirements