You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
936 B
12 lines
936 B
Index: man/man1/scala.1 |
|
--- man/man1/scala.1.orig 2009-05-31 20:58:27 +0200 |
|
+++ man/man1/scala.1 2009-07-19 14:07:22 +0200 |
|
@@ -79,7 +79,7 @@ |
|
.PP |
|
If a script file is specified to run, then the file is read and all Scala statements and declarations in the file are processed in order. Any arguments specified will be available via the argsvariable. |
|
.PP |
|
-Script files may have an optional header fthat is ignored if present. There are two ways to format the header: either beginning with #! and ending with !#, or beginning with ::#! and ending with ::!#. |
|
+Script files may have an optional header that is ignored if present. There are two ways to format the header: either beginning with #! and ending with !#, or beginning with ::#! and ending with ::!#. |
|
.PP |
|
Such a header must have each header boundary start at the beginning of a line. Headers can be used to make stand-alone script files, as shown in the examples below. |
|
.PP
|
|
|