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:
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.