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
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-09-14 04:18:07 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-09-14 04:18:07 +0400
commit8860c43c4fcd6e20a1bd808a4cc44b486336cdc2 (patch)
tree819dd8b045b4d31814660006a66618355e562ee7 /man
parentff122d13a098747498ebf3fe43f47a46fc582a27 (diff)
:flush:
svn path=/trunk/mono/; revision=18070
Diffstat (limited to 'man')
-rwxr-xr-xman/mcs.14
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index d0d50e1bbb1..763055cc26c 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -195,7 +195,9 @@ for details on how to use this file.
.SH NOTES
During compilation the MCS compiler defines the __MonoCS__ symbol,
this can be used by pre-processor instructions to compile Mono C#
-compiler specific code.
+compiler specific code. Please note that this symbol is only to test
+for the compiler, and is not useful to distinguish compilation or
+deployment platforms.
.SH AUTHORS
The Mono C# Compiler was written by Miguel de Icaza, Ravi Pratap and
Martin Baulig at Ximian.