summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-05-02 14:29:53 +0000
committermichelou <michelou@epfl.ch>2005-05-02 14:29:53 +0000
commite08284c96acf5843685b82aa293c6de0995ecf80 (patch)
treede45e8c263d036cd4b47f12550c6334077501119 /doc
parent7febddefc647f313bb94ea69cd20ec6274accf72 (diff)
downloadscala-e08284c96acf5843685b82aa293c6de0995ecf80.tar.gz
scala-e08284c96acf5843685b82aa293c6de0995ecf80.tar.bz2
scala-e08284c96acf5843685b82aa293c6de0995ecf80.zip
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r--doc/man/man1/scala.12
-rw-r--r--doc/man/man1/scalac.13
-rw-r--r--doc/man/man1/scaladoc.11
-rw-r--r--doc/man/man1/scalaint.11
-rw-r--r--doc/man/man1/scalarun.11
5 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/man1/scala.1 b/doc/man/man1/scala.1
index 9dee330ddf..d6edccdf47 100644
--- a/doc/man/man1/scala.1
+++ b/doc/man/man1/scala.1
@@ -79,10 +79,12 @@ Print product version and exit.
.SH EXAMPLES
.TP
Execute a Scala program generated in the current directory
+.BR
\fBscala\fR HelloWorld
.PP
.TP
Execute a Scala program generated in a user-defined directory \fBclasses\fR
+.BR
\fBscala\fR \-classpath classes hello.HelloWorld
.PP
.\"
diff --git a/doc/man/man1/scalac.1 b/doc/man/man1/scalac.1
index fd4748b2b1..068abb6ab4 100644
--- a/doc/man/man1/scalac.1
+++ b/doc/man/man1/scalac.1
@@ -251,13 +251,16 @@ matches all phases
.SH EXAMPLES
.TP
Compile a Scala program
+.BR
\fBscalac\fR HelloWorld
.TP
Compile a Scala program to the destination directory \fBclasses\fR
+.BR
\fBscalac\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
.\"
.\" ############################# EXIT STATUS ################################
diff --git a/doc/man/man1/scaladoc.1 b/doc/man/man1/scaladoc.1
index 38dd96ddbc..5063c72918 100644
--- a/doc/man/man1/scaladoc.1
+++ b/doc/man/man1/scaladoc.1
@@ -79,6 +79,7 @@ Include title for the overview page.
.SH EXAMPLES
.TP
Generate the Scala documentation in the specified directory \fB/tmp\fR
+.BR
\fBscaladoc\fR -d /tmp HelloWorld
.PP
.\"
diff --git a/doc/man/man1/scalaint.1 b/doc/man/man1/scalaint.1
index b35a333076..5f67995723 100644
--- a/doc/man/man1/scalaint.1
+++ b/doc/man/man1/scalaint.1
@@ -87,6 +87,7 @@ semicolon-separate list of paths).
.SH EXAMPLES
.TP
Run a Scala program located in the current directory
+.BR
\fBscalaint\fR -nologo HelloWorld.scala -- HelloWorld
.PP
.\"
diff --git a/doc/man/man1/scalarun.1 b/doc/man/man1/scalarun.1
index 139829b370..14bc78faaf 100644
--- a/doc/man/man1/scalarun.1
+++ b/doc/man/man1/scalarun.1
@@ -83,6 +83,7 @@ Generate no warnings.
.SH EXAMPLES
.TP
Run a Scala program located in the current directory
+.BR
\fBscalarun\fR HelloWorld.scala -- HelloWord
.PP
.\"