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:
authorMarek Safar <marek.safar@gmail.com>2016-09-15 18:11:53 +0300
committerMarek Safar <marek.safar@gmail.com>2016-09-15 18:11:53 +0300
commit9e1a781ab87a63418d516183489a339b75fbb497 (patch)
tree31ae03f42c1a9402fdb0d3e5c8f6d1b1326561f0 /man/mcs.1
parent14c783f1ec07b95cd2aa893ae77f1303eb7e6163 (diff)
[man] Update few mcs sections
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.115
1 files changed, 12 insertions, 3 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index ce7ff11c27a..377c445cb09 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -18,7 +18,8 @@ prepending the @ symbol to the response file name.
The
.I mcs
compiler is used to compile against the latest Mono Base Class Library
-version and fully implements C# 1.0, 2.0, 3.0 and 4.0 specifications.
+version and fully implements C# 1.0, 2.0, 3.0, 4.0, 5.0 and 6.0
+specifications.
.PP
See the section on packages for more information.
.PP
@@ -163,7 +164,7 @@ The possible values are:
.TP
.I "Default"
Instruct compiler to use the latest version. Equivalent is to omit the
-switch (this currently defaults to the C# 4.0 language specification).
+switch (this currently defaults to the C# 6.0 language specification).
.TP
.I "ISO-1"
Restrict compiler to use only first ISO standardized features.
@@ -183,6 +184,14 @@ Restrict the compiler to use only the features available in C# 3.0
Restrict the compiler to use only the features available in C# 4.0
specification.
.TP
+.I "5"
+Restrict the compiler to use only the features available in C# 5.0
+specification.
+.TP
+.I "6"
+Restrict the compiler to use only the features available in C# 6.0
+specification.
+.TP
.I "experimental"
Enables unstable features from upcoming versions of the language.
.PP
@@ -510,7 +519,7 @@ the MIT X11. Please read the accompanying `COPYING' file for details.
Alternative licensing for the compiler is available from Xamarin.
.PP
.SH SEE ALSO
-csharp(1), mdb(1), mono(1), mopen(1), pkg-config(1), sn(1)
+csharp(1), mono(1), pkg-config(1), sn(1)
.PP
.SH BUGS
To report bugs in the compiler, you must file them on our bug tracking