summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2006-07-14 09:35:16 +0000
committerLex Spoon <lex@lexspoon.org>2006-07-14 09:35:16 +0000
commit56ea4526d301a05d6194b8fa6cbea5f9105443b4 (patch)
tree77207a57719c3b6a2a7abc53726cfbede74a9118 /src/manual
parent04d69300ede0c717d7b0093575a3561f0058810e (diff)
downloadscala-56ea4526d301a05d6194b8fa6cbea5f9105443b4.tar.gz
scala-56ea4526d301a05d6194b8fa6cbea5f9105443b4.tar.bz2
scala-56ea4526d301a05d6194b8fa6cbea5f9105443b4.zip
updated the entries for the JAVACMD environment...
updated the entries for the JAVACMD environment variable
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/fsc.scala4
-rw-r--r--src/manual/scala/man1/scalac.scala4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/manual/scala/man1/fsc.scala b/src/manual/scala/man1/fsc.scala
index 6ef2c89b96..0b87cea5eb 100644
--- a/src/manual/scala/man1/fsc.scala
+++ b/src/manual/scala/man1/fsc.scala
@@ -58,7 +58,9 @@ object fsc extends Command {
Definition(
MBold("JAVACMD"),
"Specify the " & MBold("java") & " command to be used " &
- "for running the Scala commands")))
+ "for running the Scala code. Arguments may be specified " &
+ "as part of the environment variable; spaces, quotation marks " &
+ "etc., will be passed directly to the shell for expansion.")))
val examples = Section("EXAMPLES",
diff --git a/src/manual/scala/man1/scalac.scala b/src/manual/scala/man1/scalac.scala
index d8e878872a..0463719639 100644
--- a/src/manual/scala/man1/scalac.scala
+++ b/src/manual/scala/man1/scalac.scala
@@ -256,7 +256,9 @@ object scalac extends Command {
Definition(
MBold("JAVACMD"),
"Specify the " & MBold("java") & " command to be used " &
- "for running the Scala commands")))
+ "for running the Scala code. Arguments may be specified " &
+ "as part of the environment variable; spaces, quotation marks " &
+ "etc., will be passed directly to the shell for expansion.")))
val examples = Section("EXAMPLES",