Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / ilasm.1
index 929e6fc37fa22dc6d5de64e28005f3416b5133f2..a427c6c2eb076b6fd1f1817e30f3e29ec689cb21 100644 (file)
@@ -1,16 +1,22 @@
 .TH "ilasm" 1
 .SH NAME
-ilasm \- Mono IL assembler
+ilasm, ilasm2 \- Mono IL assembler
 .SH SYNOPSIS
 .B ilasm
 [option] [source-files]
+.PP
+.B ilasm2
+[option] [source-files]
 .SH DESCRIPTION
 ilasm is the Mono ILAsm assembler.  You can pass one or more options to
 drive the compiler, and a set of source files.  
-
+.PP
+Use \fIilasm\fR to generate 1.0 assemblies and use \fIilasm2\fR to
+assemble programs that use the 2.0 features (generics).
+.PP
 The Mono ILAsm assembler accepts options starting with / or - for mosted 
 options. 
-
+.PP
 The Mono ILAsm assembler generates images (.exe and .dll files) that contain
 CIL byte code that can be executed by any system that implemented a Common
 Language Infrastructure virtual machine. 
@@ -51,10 +57,12 @@ Display information about ilasm
 .TP
 .B \--version
 Display ilasm version
+.SH SEE ALSO
+.BR mono(1), mcs(1)
 .SH COPYRIGHT
-Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+Copyright (C) 2004, 2007 Novell, Inc (http://www.novell.com)
 .SH MAILING LISTS
-Visit http://mail.ximian.com/mailman/mono-list for details.
+Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
 .SH WEB SITE
 Visit: http://www.mono-project.com for details