summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2006-01-19 15:20:47 +0000
committerLex Spoon <lex@lexspoon.org>2006-01-19 15:20:47 +0000
commit9d5475d9db8a2412707466ca7444eeecfc3a05c6 (patch)
treee8a2e136c01a56bcae35c47c74c16980af80098e /docs
parent445d2630c22796d6fc122cae8881ed2da2751df8 (diff)
downloadscala-9d5475d9db8a2412707466ca7444eeecfc3a05c6.tar.gz
scala-9d5475d9db8a2412707466ca7444eeecfc3a05c6.tar.bz2
scala-9d5475d9db8a2412707466ca7444eeecfc3a05c6.zip
Renamed the man pages with "2" at the end, i.e.
Diffstat (limited to 'docs')
-rw-r--r--docs/man/man1/scala2.1 (renamed from docs/man/man1/scala.1)22
-rw-r--r--docs/man/man1/scalac2.1 (renamed from docs/man/man1/scalac.1)27
2 files changed, 25 insertions, 24 deletions
diff --git a/docs/man/man1/scala.1 b/docs/man/man1/scala2.1
index 4fc89e86e4..9adcf45ab6 100644
--- a/docs/man/man1/scala.1
+++ b/docs/man/man1/scala2.1
@@ -7,19 +7,19 @@
.\" # |/ #
.\" ##########################################################################
.\"
-.\" Process this file with nroff -man scala.1
+.\" Process this file with nroff -man scala2.1
.\"
.TH scala 1 "April 29, 2005" "version 0.1" "USER COMMANDS"
.\"
.\" ################################# NAME ###################################
.\"
.SH NAME
-scala \- Launcher for the Scala language
+scala2 \- Launcher for the Scala language
.\"
.\" ############################### SYNOPSIS #################################
.\"
.SH SYNOPSIS
-\fBscala\fR [ <\fIoptions\fR> ] <\fIclass file\fR> [ <\fIargs\fR> ]
+\fBscala2\fR [ <\fIoptions\fR> ] <\fIclass file\fR> [ <\fIargs\fR> ]
.\"
.\" ############################### PARAMETERS ###############################
.\"
@@ -37,7 +37,7 @@ Program arguments passed to the main function.
.\" ############################## DESCRIPTION ###############################
.\"
.SH DESCRIPTION
-The \fBscala\fR utility launches a Scala application. It does this by starting
+The \fBscala2\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
-\fBscala\fR HelloWorld
+\fBscala2\fR HelloWorld
.PP
.TP
Execute a Scala program generated in a user-defined directory \fBclasses\fR
.BR
-\fBscala\fR \-classpath classes hello.HelloWorld
+\fBscala2\fR \-classpath classes hello.HelloWorld
.PP
.\"
.\" ############################# EXIT STATUS ################################
.\"
.SH "EXIT STATUS"
-\fBscala\fR returns a zero exit status if it succeeds. Non zero is returned
+\fBscala2\fR returns a zero exit status if it succeeds. Non zero is returned
in case of failure.
.\"
.\" ############################## AUTHOR(S) #################################
@@ -124,10 +124,10 @@ NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.\" ############################### SEE ALSO #################################
.\"
.SH "SEE ALSO"
-.BR scalac(1),
-.BR scaladoc(1),
-.BR scalaint(1),
-.BR scalarun(1)
+.BR scalac2(1)
+.\" .BR scaladoc(1),
+.\" .BR scalaint(1),
+.\" .BR scalarun(1)
.\"
.\" ##########################################################################
.\" $Id$
diff --git a/docs/man/man1/scalac.1 b/docs/man/man1/scalac2.1
index 068abb6ab4..631c6a4b55 100644
--- a/docs/man/man1/scalac.1
+++ b/docs/man/man1/scalac2.1
@@ -7,19 +7,19 @@
.\" # |/ #
.\" ##########################################################################
.\"
-.\" Process this file with nroff -man scalac.1
+.\" Process this file with nroff -man scalac2.1
.\"
-.TH scalac 1 "April 29, 2005" "version 0.1" "USER COMMANDS"
+.TH scalac2 1 "April 29, 2005" "version 0.1" "USER COMMANDS"
.\"
.\" ################################# NAME ###################################
.\"
.SH NAME
-scalac \- Compiler for the Scala language
+scalac2 \- Compiler for the Scala language
.\"
.\" ############################### SYNOPSIS #################################
.\"
.SH SYNOPSIS
-\fBscalac\fR [ <\fIoptions\fR> ] <\fIsource files\fR>
+\fBscalac2\fR [ <\fIoptions\fR> ] <\fIsource files\fR>
.\"
.\" ############################### PARAMETERS ###############################
.\"
@@ -34,7 +34,7 @@ One or more source files to be compiled (such as MyClass.scala).
.\" ############################## DESCRIPTION ###############################
.\"
.SH DESCRIPTION
-The \fBscalac\fR tool reads class and object definitions, written in the
+The \fBscalac2\fR tool reads class and object definitions, written in the
Scala programming language, and compiles them into bytecode class files.
.PP
By default, the compiler puts each class file in the same directory as its
@@ -252,21 +252,21 @@ matches all phases
.TP
Compile a Scala program
.BR
-\fBscalac\fR HelloWorld
+\fBscalac2\fR HelloWorld
.TP
Compile a Scala program to the destination directory \fBclasses\fR
.BR
-\fBscalac\fR \-d classes HelloWorld.scala
+\fBscalac2\fR \-d classes HelloWorld.scala
.TP
Compile all Scala files found in the source directory \fBsrc\fR to the
destination directory \fBclasses\fR
.BR
-\fBscalac\fR \-d classes src/*.scala
+\fBscalac2\fR \-d classes src/*.scala
.\"
.\" ############################# EXIT STATUS ################################
.\"
.SH "EXIT STATUS"
-\fBscalac\fR returns a zero exist status if it succeeds to compile the
+\fBscalac2\fR returns a zero exist status if it succeeds to compile the
specified input files. Non zero is returned in case of failure.
.\"
.\" ############################## AUTHOR(S) #################################
@@ -290,10 +290,11 @@ NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.\" ############################## SEE ALSO ##################################
.\"
.SH "SEE ALSO"
-.BR scala(1),
-.BR scaladoc(1),
-.BR scalaint(1),
-.BR scalarun(1)
+.BR scala2(1)
+.\" ,
+.\" .BR scaladoc(1),
+.\" .BR scalaint(1),
+.\" .BR scalarun(1)
.\"
.\" ##########################################################################
.\" $Id$