Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man/mcs.1
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-09-04 10:18:18 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-09-04 10:18:18 +0400
commite32adcb3d1b7802d1e7778948091ecb7582932b4 (patch)
tree1dc18df92f27b4f58c6704763aaf67d21be8b6c9 /man/mcs.1
parent86d517e6688c106d1b42af72bdc2bab53583b17c (diff)
Update the mcs.1 man page, add csharp.1 man page
svn path=/trunk/mono/; revision=112247
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.114
1 files changed, 10 insertions, 4 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 1c822b76a6e..59f80fa5765 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -339,6 +339,12 @@ shell will perform globbing, so you might want to use it like this:
$ mcs -recurse:'*.cs'
.fi
.TP
+.I \-\-shell
+Starts up the compiler in interactive mode, providing a C# shell for
+statements and expressions. A shortcut is to use the
+.I csharp
+command directly.
+.TP
.I \-\-stacktrace
Generates a stack trace at the time the error is reported, useful for
debugging the compiler.
@@ -505,12 +511,12 @@ Martin Baulig, Marek Safar and Raja Harinath. The development was
funded by Ximian, Novell and Marek Safar.
.PP
.SH LICENSE
-The Mono Compiler Suite is released under the terms of the GNU GPL.
-Please read the accompanying `COPYING' file for details. Alternative
-licensing for the compiler is available from Novell.
+The Mono Compiler Suite is released under the terms of the GNU GPL or
+the MIT X11. Please read the accompanying `COPYING' file for details.
+Alternative licensing for the compiler is available from Novell.
.PP
.SH SEE ALSO
-mdb(1), mono(1), mopen(1), mint(1), sn(1)
+csharp(1), mdb(1), mono(1), mopen(1), mint(1), pkg-config(1),sn(1)
.PP
.SH BUGS
To report bugs in the compiler, you must file them on our bug tracking