Clarify
authorMiguel de Icaza <miguel@gnome.org>
Tue, 10 Mar 2009 17:20:50 +0000 (17:20 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 10 Mar 2009 17:20:50 +0000 (17:20 -0000)
svn path=/trunk/mono/; revision=128995

man/mcs.1

index 9e3291f896371d0bef13ea0dc8f4155e8a70b669..029bea6bca0a0c2f7fdf51d68a2d714af9d7236d 100644 (file)
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -384,7 +384,14 @@ assembly.
 Use this to stop option parsing, and allow option-looking parameters
 to be passed on the command line.
 .PP
-.SH PACKAGES
+.SH PACKAGES AND LIBRARIES
+When referencing an assembly, if the name of the assembly is a path,
+the compiler will try to load the assembly specified in the path.   If
+it does not, then the compiler will try loading the assembly from the
+current directory, the compiler base directory and if the assembly is
+not found in any of those places in the directories specified as
+arguments to the -lib: command argument.
+.PP
 Depending on the invocation for the C# compiler (mcs, gmcs, or smcs)
 you will get a default set of libraries and versions of those
 libraries that are referenced.