From 34289c430a15419220a17441b9fde829921ae8c2 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Mon, 21 May 2007 14:52:54 +0000 Subject: Added some explicit quotation marks in the SCAL... Added some explicit quotation marks in the SCALA_OPTS examples --- src/manual/scala/man1/fsc.scala | 4 ++-- src/manual/scala/man1/scala.scala | 4 ++-- src/manual/scala/man1/scalac.scala | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/manual') diff --git a/src/manual/scala/man1/fsc.scala b/src/manual/scala/man1/fsc.scala index e101dc4547..1b354494c2 100644 --- a/src/manual/scala/man1/fsc.scala +++ b/src/manual/scala/man1/fsc.scala @@ -120,11 +120,11 @@ object fsc extends Command { "With Java 1.5 (or newer) one may for example configure the " & "memory usage of the JVM as follows: " & - Mono("JAVA_OPTS=-Xmx512M -Xms16M -Xss16M"), + Mono("JAVA_OPTS=\"-Xmx512M -Xms16M -Xss16M\""), "With " & Link("GNU Java", "http://gcc.gnu.org/java/") & " one " & "may configure the memory usage of the GIJ as follows: " & - Mono("JAVA_OPTS=--mx512m --ms16m") + Mono("JAVA_OPTS=\"--mx512m --ms16m\"") )))) val exitStatus = Section("EXIT STATUS", diff --git a/src/manual/scala/man1/scala.scala b/src/manual/scala/man1/scala.scala index 24c0e3060b..71faf916f2 100644 --- a/src/manual/scala/man1/scala.scala +++ b/src/manual/scala/man1/scala.scala @@ -159,11 +159,11 @@ object scala extends Command { "With Java 1.5 (or newer) one may for example configure the " & "memory usage of the JVM as follows: " & - Mono("JAVA_OPTS=-Xmx512M -Xms16M -Xss16M"), + Mono("JAVA_OPTS=\"-Xmx512M -Xms16M -Xss16M\""), "With " & Link("GNU Java", "http://gcc.gnu.org/java/") & " one " & "may configure the memory usage of the GIJ as follows: " & - Mono("JAVA_OPTS=--mx512m --ms16m") + Mono("JAVA_OPTS=\"--mx512m --ms16m\"") )))) val examples = Section("EXAMPLES", diff --git a/src/manual/scala/man1/scalac.scala b/src/manual/scala/man1/scalac.scala index c09c3d0aca..409d7d9514 100644 --- a/src/manual/scala/man1/scalac.scala +++ b/src/manual/scala/man1/scalac.scala @@ -342,11 +342,11 @@ object scalac extends Command { "With Java 1.5 (or newer) one may for example configure the " & "memory usage of the JVM as follows: " & - Mono("JAVA_OPTS=-Xmx512M -Xms16M -Xss16M"), + Mono("JAVA_OPTS=\"-Xmx512M -Xms16M -Xss16M\""), "With " & Link("GNU Java", "http://gcc.gnu.org/java/") & " one " & "may configure the memory usage of the GIJ as follows: " & - Mono("JAVA_OPTS=--mx512m --ms16m") + Mono("JAVA_OPTS=\"--mx512m --ms16m\"") )))) val examples = Section("EXAMPLES", -- cgit v1.2.3