Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / al.1
index cf6b23a33ae064ca12d912654af780dbd264328b..8bd0fc03ce5c46c4b3c0eedfdd4f9741a34e8dde 100644 (file)
--- a/man/al.1
+++ b/man/al.1
@@ -1,10 +1,20 @@
 .TH "al" 1
 .SH NAME
-ilasm \- Mono Assembly Linker
+al, al2 \- Mono Assembly Linker
 .SH SYNOPSIS
 .B al [option] [source-files]
 .SH DESCRIPTION
-AL is the Mono assembly linkder. 
+AL is the Mono assembly linker. 
+.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
 .B @<filename>
@@ -137,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