summaryrefslogtreecommitdiff
path: root/docs/man/man1/scala2.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man1/scala2.1')
-rw-r--r--docs/man/man1/scala2.125
1 files changed, 12 insertions, 13 deletions
diff --git a/docs/man/man1/scala2.1 b/docs/man/man1/scala2.1
index 9adcf45ab6..a6836a3602 100644
--- a/docs/man/man1/scala2.1
+++ b/docs/man/man1/scala2.1
@@ -1,25 +1,25 @@
.\" ##########################################################################
.\" # __ #
-.\" # ________ ___ / / ___ Scala On-line Manual Pages #
-.\" # / __/ __// _ | / / / _ | (c) 2002-2005, LAMP/EPFL #
+.\" # ________ ___ / / ___ Scala 2 On-line Manual Pages #
+.\" # / __/ __// _ | / / / _ | (c) 2002-2006, LAMP/EPFL #
.\" # __\ \/ /__/ __ |/ /__/ __ | #
.\" # /____/\___/_/ |_/____/_/ | | http://scala.epfl.ch/ #
.\" # |/ #
.\" ##########################################################################
.\"
-.\" Process this file with nroff -man scala2.1
+.\" Process this file with nroff -man scala.1
.\"
.TH scala 1 "April 29, 2005" "version 0.1" "USER COMMANDS"
.\"
.\" ################################# NAME ###################################
.\"
.SH NAME
-scala2 \- Launcher for the Scala language
+scala \- Launcher for the Scala 2 language
.\"
.\" ############################### SYNOPSIS #################################
.\"
.SH SYNOPSIS
-\fBscala2\fR [ <\fIoptions\fR> ] <\fIclass file\fR> [ <\fIargs\fR> ]
+\fBscala\fR [ <\fIoptions\fR> ] <\fIclass file\fR> [ <\fIargs\fR> ]
.\"
.\" ############################### PARAMETERS ###############################
.\"
@@ -37,7 +37,7 @@ Program arguments passed to the main function.
.\" ############################## DESCRIPTION ###############################
.\"
.SH DESCRIPTION
-The \fBscala2\fR utility launches a Scala application. It does this by starting
+The \fBscala\fR utility launches a Scala application. It does this by starting
a Java runtime environment, loading a specified class, and invoking that
class’s \fBmain\fR method. The method must have the following signature:
.PP
@@ -89,18 +89,18 @@ Same options as the \fBjava\fR command.
.TP
Execute a Scala program generated in the current directory
.BR
-\fBscala2\fR HelloWorld
+\fBscala\fR HelloWorld
.PP
.TP
Execute a Scala program generated in a user-defined directory \fBclasses\fR
.BR
-\fBscala2\fR \-classpath classes hello.HelloWorld
+\fBscala\fR \-classpath classes hello.HelloWorld
.PP
.\"
.\" ############################# EXIT STATUS ################################
.\"
.SH "EXIT STATUS"
-\fBscala2\fR returns a zero exit status if it succeeds. Non zero is returned
+\fBscala\fR returns a zero exit status if it succeeds. Non zero is returned
in case of failure.
.\"
.\" ############################## AUTHOR(S) #################################
@@ -116,7 +116,7 @@ Report bugs to <scala@lists.epfl.ch>.
.\" ############################# COPYRIGHT ##################################
.\"
.SH COPYRIGHT
-Copyright \(co 2002-2005 LAMP/EPFL
+Copyright \(co 2002-2006 LAMP/EPFL
.PP
This is free software; see the distribution for copying conditions. There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -124,10 +124,9 @@ NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.\" ############################### SEE ALSO #################################
.\"
.SH "SEE ALSO"
-.BR scalac2(1)
+.BR scalac(1)
.\" .BR scaladoc(1),
-.\" .BR scalaint(1),
-.\" .BR scalarun(1)
+.\" .BR scalai(1)
.\"
.\" ##########################################################################
.\" $Id$