From 56ea4526d301a05d6194b8fa6cbea5f9105443b4 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Fri, 14 Jul 2006 09:35:16 +0000 Subject: updated the entries for the JAVACMD environment... updated the entries for the JAVACMD environment variable --- src/manual/scala/man1/fsc.scala | 4 +++- src/manual/scala/man1/scalac.scala | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/manual') 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", -- cgit v1.2.3