Admin/PLATFORMS
changeset 48836 90a0af19004c
parent 48833 10584ca5785f
child 49144 84699f37481d
--- a/Admin/PLATFORMS	Fri Aug 17 11:23:57 2012 +0200
+++ b/Admin/PLATFORMS	Fri Aug 17 11:37:14 2012 +0200
@@ -11,10 +11,10 @@
 The basic Isabelle system infrastructure provides some facilities to
 make this work, e.g. see the ML and Scala modules File and Path, or
 functions like Isabelle_System.bash.  The settings environment also
-provides some means for portability, e.g. jvm_path to keep the
-impression that Java on Windows/Cygwin adheres to Isabelle/POSIX
-standards, although inside the JVM itself there are many
-Windows-specific things.
+provides some means for portability, e.g. the bash function "jvmpath"
+to keep the impression that Java on Windows/Cygwin adheres to
+Isabelle/POSIX standards, although inside the JVM itself there are
+many Windows-specific things.
 
 When producing add-on tools, it is important to stay within this clean
 room of Isabelle, and refrain from overly ambitious system hacking.