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>2011-09-16 13:20:20 +0400
committerMarek Safar <marek.safar@gmail.com>2011-09-19 14:56:41 +0400
commit7a4152aedf00dfe880f7cff3121d31ed7ae94185 (patch)
tree06a5a80ef947681250071aa310d44bb40d963643 /man/mcs.1
parent72e0ce74cb9556f786270fad14ac05b9191d3618 (diff)
Update mcs lang version
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.16
1 files changed, 5 insertions, 1 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index b0e28637d56..ce82ecbaafd 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -163,7 +163,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# 3.0 language specification).
+switch (this currently defaults to the C# 4.0 language specification).
.TP
.I "ISO-1"
Restrict compiler to use only first ISO standardized features.
@@ -179,6 +179,10 @@ anonymous methods for example.
Restrict the compiler to use only the features available in C# 3.0
(a superset of ISO-1 and ISO-2).
.TP
+.I "4"
+Restrict the compiler to use only the features available in C# 4.0
+specification.
+.TP
.I "future"
Enables unstable features from upcoming versions of the language.
.PP