Man
authorMiguel de Icaza <miguel@gnome.org>
Fri, 7 Oct 2005 21:25:44 +0000 (21:25 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 7 Oct 2005 21:25:44 +0000 (21:25 -0000)
svn path=/trunk/mono/; revision=51444

man/mcs.1

index a5c79b5cd73d53299626b1b9206010a14efd094c..227834b7b5e1c59ba7d61dd10dc7d498a44e22c4 100644 (file)
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -1,6 +1,6 @@
 .TH mcs 1 "6 January 2001"
 .SH NAME 
-mcs \- Mono Compiler Suite.
+mcs, gmcs \- Mono Compiler Suite.
 .SH SYNOPSIS
 .B mcs 
 [option] [source-files]
@@ -11,6 +11,14 @@ compiler, and a set of source files.  Extra options or arguments can
 be provided in a response file.  Response files are referenced by
 prepending the @ symbol to the response file name.
 .PP
+The 
+.I mcs
+compiler is used to compile against the 1.x profile and implements
+C# 1.0 and 2.0 with the exception of generics and nullable types.  The
+.I gmcs
+compiler is used to compile against the 2.x profile and implements
+the complete C# 2.0 specification.
+.PP
 The Mono C# compiler accepts the same options than the Microsoft C#
 compiler does.  Those options can start with a slash or a dash
 (/checked is the same as -checked).  Additionally to this, the