X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmcs.1;h=14221a83c1020153fa696e6313ccc290d45c6cd8;hb=fe784fbca9bff373f3580ba6fe77a92aa001a2a8;hp=71915a29c225c1f2d6a2470f67b2db17c119bf5f;hpb=9b3232e7df30dc895bf1d033196d106ae555c4a0;p=mono.git diff --git a/man/mcs.1 b/man/mcs.1 index 71915a29c22..14221a83c10 100644 --- a/man/mcs.1 +++ b/man/mcs.1 @@ -277,8 +277,8 @@ For more details see the PACKAGE section in this document .TP .I \-platform:ARCH Used to specify the target platform. The possible values are: anycpu, -x86, x64 or itanium. As of June 2009, the Mono runtime only have support -to emit anycpu and x86 assemblies. +anycpu32bitpreferred, arm, x86, x64 or itanium. The default option is +anycpu. .TP .I -resource:RESOURCE[,ID] Embeds to the given resource file. The optional ID can be used to @@ -530,7 +530,7 @@ funded by Ximian, Novell and Marek Safar. .SH LICENSE The Mono Compiler Suite is released under the terms of the GNU GPL or the MIT X11. Please read the accompanying `COPYING' file for details. -Alternative licensing for the compiler is available from Novell. +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) @@ -538,13 +538,13 @@ csharp(1), mdb(1), mono(1), mopen(1), pkg-config(1), sn(1) .SH BUGS To report bugs in the compiler, you must file them on our bug tracking system, at: -http://www.mono-project.com/Bugs +http://www.mono-project.com/community/bugs/ .SH MAILING LIST -The Mono Mailing lists are listed at http://www.mono-project.com/Mailing_Lists +The Mono Mailing lists are listed at http://www.mono-project.com/community/help/mailing-lists/ .SH MORE INFORMATION The Mono C# compiler was developed by Novell, Inc -(http://www.novell.com, http) and is based on the +(http://www.novell.com) and Xamarin Inc (http://www.xamarin.com) is based on the ECMA C# language standard available here: http://www.ecma.ch/ecma1/STAND/ecma-334.htm .PP -The home page for the Mono C# compiler is at http://www.mono-project.com/CSharp_Compiler +The home page for the Mono C# compiler is at http://www.mono-project.com/docs/about-mono/languages/csharp/