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
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2007-05-05 20:58:42 +0400
committerMiguel de Icaza <miguel@gnome.org>2007-05-05 20:58:42 +0400
commit659d752681cf53c29fe25dadfaca3b0a51a9c61a (patch)
tree9777820422a080f3b915c7c5ce977386223c3d5f /man/ilasm.1
parent55870ebe13916b5c7c694e63e2093eb6409be590 (diff)
Add man page for resgen
Fix ilasm man page svn path=/trunk/mono/; revision=76752
Diffstat (limited to 'man/ilasm.1')
-rw-r--r--man/ilasm.112
1 files changed, 10 insertions, 2 deletions
diff --git a/man/ilasm.1 b/man/ilasm.1
index c1ba2fbf2b8..a427c6c2eb0 100644
--- a/man/ilasm.1
+++ b/man/ilasm.1
@@ -1,13 +1,19 @@
.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
@@ -51,8 +57,10 @@ 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://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
.SH WEB SITE