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>2006-12-01 23:53:25 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-12-01 23:53:25 +0300
commit8e24faadcb4f8d0a83ce37e2aa7f8ea243a90e83 (patch)
tree08906a2d1c482e8d4974c9ba1376c99a38e58a4b /man/ilasm.1
parent2a9ca3e2d73b66098811ac75aeb680d6c7af7d2d (diff)
Add a pre-generated windows configuration file
svn path=/trunk/mono/; revision=68847
Diffstat (limited to 'man/ilasm.1')
-rw-r--r--man/ilasm.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ilasm.1 b/man/ilasm.1
index 91aa800ad25..c1ba2fbf2b8 100644
--- a/man/ilasm.1
+++ b/man/ilasm.1
@@ -7,10 +7,10 @@ ilasm \- Mono IL assembler
.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
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.