summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-05-21 14:52:54 +0000
committerLex Spoon <lex@lexspoon.org>2007-05-21 14:52:54 +0000
commit34289c430a15419220a17441b9fde829921ae8c2 (patch)
tree57d8c80ee66dded5fb61c2414444e49699d6eff3 /src/manual
parent1cc0156eb6056b2a33866ff06e8922b295a0d89f (diff)
downloadscala-34289c430a15419220a17441b9fde829921ae8c2.tar.gz
scala-34289c430a15419220a17441b9fde829921ae8c2.tar.bz2
scala-34289c430a15419220a17441b9fde829921ae8c2.zip
Added some explicit quotation marks in the SCAL...
Added some explicit quotation marks in the SCALA_OPTS examples
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/fsc.scala4
-rw-r--r--src/manual/scala/man1/scala.scala4
-rw-r--r--src/manual/scala/man1/scalac.scala4
3 files changed, 6 insertions, 6 deletions
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",