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
path: root/man/al.1
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2007-07-17 20:34:22 +0400
committerMiguel de Icaza <miguel@gnome.org>2007-07-17 20:34:22 +0400
commit6d32526514bacd05a1bf8a6451f4d5e61deda4db (patch)
tree1a6acb5792cb51a0e5ebe773612582ece20d5347 /man/al.1
parenta9ef52e4497a48f38c85e452b3f068f00afb60a8 (diff)
Fixed the formatting in the monolinker page
svn path=/trunk/mono/; revision=82118
Diffstat (limited to 'man/al.1')
-rw-r--r--man/al.110
1 files changed, 9 insertions, 1 deletions
diff --git a/man/al.1 b/man/al.1
index f42bb2afe82..3e4f1827126 100644
--- a/man/al.1
+++ b/man/al.1
@@ -6,6 +6,14 @@ al, al2 \- Mono Assembly Linker
.SH DESCRIPTION
AL is the Mono assembly linkder.
.PP
+This linker is used to put together assemblies from a collection of
+modules (.netmodule files), assembly manifest files and resources.
+.PP
+Do not confuse this with the
+.B monolinker,
+which is a tool to reduce the size of assemblies based on the code
+used.
+.PP
Use al for processing 1.0 assemblies, use al2 to process 2.0 assemblies.
.SH OPTIONS
.TP
@@ -139,7 +147,7 @@ Specifies the Win32 resource file.
Display information about AL
.PP
.SH SEE ALSO
-sn(1)
+sn(1), monolinker(1)
.SH COPYRIGHT
Copyright (C) 2005 Novell, Inc (http://www.novell.com)
.SH MAILING LISTS