summaryrefslogtreecommitdiff
path: root/src/manual/scala/man1
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-09-26 13:13:27 -0700
committerSeth Tisue <seth@tisue.net>2016-09-26 13:13:27 -0700
commit26b9c3cdcc6c0ba478f9ef358e9173f9f7452377 (patch)
tree737f022366a9fea9b6e75343a40b39e81d25877b /src/manual/scala/man1
parent05016d9035ab9b1c866bd9f12fdd0491f1ea0cbb (diff)
downloadscala-26b9c3cdcc6c0ba478f9ef358e9173f9f7452377.tar.gz
scala-26b9c3cdcc6c0ba478f9ef358e9173f9f7452377.tar.bz2
scala-26b9c3cdcc6c0ba478f9ef358e9173f9f7452377.zip
expunge a stray reference to sbaz in the Scala man page
and fix a typo while we're at it
Diffstat (limited to 'src/manual/scala/man1')
-rw-r--r--src/manual/scala/man1/scala.scala7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/manual/scala/man1/scala.scala b/src/manual/scala/man1/scala.scala
index 9f97dd546c..3cfa9f8cb1 100644
--- a/src/manual/scala/man1/scala.scala
+++ b/src/manual/scala/man1/scala.scala
@@ -144,17 +144,14 @@ object scala extends Command {
Mono("-nocompdaemon") & " or " & Mono("-nc") & " option can be used to " &
"prevent this.",
- "If " & Mono("scala") & " is run from an sbaz(1) directory, " &
- "then it will add to its classpath any jars installed in the " &
- "lib directory of the sbaz directory. Additionally, if no " &
- "-classpath option is specified, then " & Mono("scala") &
+ "If no -classpath option is specified, then " & Mono("scala") &
" will add " & Quote(".") & ", the current directory, to the " &
"end of the classpath.")
val options = Section("OPTIONS",
"If any compiler options are specified, they must be first in the " &
- "command line and must be followed by a bare hypen (" & Quote("-") &
+ "command line and must be followed by a bare hyphen (" & Quote("-") &
") character. " &
"If no arguments are specified after the optional compiler arguments, " &
"then an interactive Scala shell is started. Otherwise, either a " &