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:
authorAlex Rønne Petersen <alexrp@xamarin.com>2015-08-30 22:18:13 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2015-08-30 22:19:10 +0300
commit802a95c8bf6c4896b94d4db26e877ec1a2b63364 (patch)
tree569f3c080b95608b131ac7b28ec294d0353de4e3 /man/mcs.1
parentdc52c56c5fcafdfbac4385a0bc8fea96d1c599bc (diff)
[mcs] 'future' option is now 'experimental' - clarify in man page and help text.
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index a193f9f0850..ce7ff11c27a 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -183,11 +183,11 @@ 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 "future"
+.I "experimental"
Enables unstable features from upcoming versions of the language.
.PP
Notice that this flag only restricts the language features available to
-the programmer. A version of produced assemblies can be controled using
+the programmer. A version of produced assemblies can be controlled using
.I SDK
option.
.ne