summaryrefslogtreecommitdiff
path: root/docs/man/man1/scalaint.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man1/scalaint.1')
-rw-r--r--docs/man/man1/scalaint.175
1 files changed, 0 insertions, 75 deletions
diff --git a/docs/man/man1/scalaint.1 b/docs/man/man1/scalaint.1
deleted file mode 100644
index 27bbdf91b4..0000000000
--- a/docs/man/man1/scalaint.1
+++ /dev/null
@@ -1,75 +0,0 @@
-.\" ##########################################################################
-.\" # __ #
-.\" # ________ ___ / / ___ Scala 2 On-line Manual Pages #
-.\" # / __/ __// _ | / / / _ | (c) 2002-2006, LAMP/EPFL #
-.\" # __\ \/ /__/ __ |/ /__/ __ | #
-.\" # /____/\___/_/ |_/____/_/ | | http://scala.epfl.ch/ #
-.\" # |/ #
-.\" ##########################################################################
-.\"
-.\" Process this file with nroff -man scalaint.1
-.\"
-.TH scalaint 1 "April 29, 2005" "version 0.1" "USER COMMANDS"
-.\"
-.\" ################################# NAME ###################################
-.\"
-.SH NAME
-scalaint \- Interpreter for the Scala 2 language
-.\"
-.\" ############################### SYNOPSIS #################################
-.\"
-.SH SYNOPSIS
-\fBscalaint\fR [ <\fIsource file\fR> ]
-.\"
-.\" ############################### PARAMETERS ###############################
-.\"
-.SH PARAMETERS
-.TP
-<\fIsource file\fR>
-One source file to be interpreted (such as MyClass.scala).
-.\"
-.\" ############################## DESCRIPTION ###############################
-.\"
-.SH DESCRIPTION
-The \fBscalaint\fR tool reads class and object definitions, written in the
-Scala programming language, and interprets them in an interactive shell
-environment.
-
-.\"
-.\" ############################### EXAMPLES #################################
-.\"
-.SH EXAMPLES
-.TP
-Interpret a Scala program
-.BR
-\fBscalaint\fR HelloWorld
-.\"
-.\" ############################## AUTHOR(S) #################################
-.\"
-.SH AUTHOR
-Written by Stephane Micheloud.
-.\"
-.\" ################################ BUGS ####################################
-.\"
-.SH "REPORTING BUGS"
-Report bugs to <scala@listes.epfl.ch>.
-.\"
-.\" ############################# COPYRIGHT ##################################
-.\"
-.SH COPYRIGHT
-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.
-.\"
-.\" ############################## SEE ALSO ##################################
-.\"
-.SH "SEE ALSO"
-.BR scala(1)
-.\" ,
-.\" .BR scalac(1),
-.\" .BR scaladoc(1),
-.\" .BR scalascript(1)
-.\"
-.\" ##########################################################################
-.\" $Id$