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
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2002-09-06 12:11:56 +0400
committerPaolo Molaro <lupus@oddwiz.org>2002-09-06 12:11:56 +0400
commitc93b99378c9ff2d6c3a4600163dda297313090d6 (patch)
treed4e797e1761c152934f409a99d8a52d031f6290f /man
parent9c0368959f84f905a201160e2b4307ed274016c0 (diff)
Update with info on MONO_PATH.
svn path=/trunk/mono/; revision=7276
Diffstat (limited to 'man')
-rw-r--r--man/mono.17
1 files changed, 7 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 54d3927f552..58be61edd56 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -128,6 +128,13 @@ behaviour.
Update the *.il files if their assemblies have changed, but only if the
file already exists.
.PP
+.SH ENVIRONMENT VARIABLES
+.TP
+.I "MONO_PATH"
+Provides a search path to mono and mint where to look for library files.
+Directories are separated by the platform path separator (colons on unix). Example:
+.B /home/username/lib:/usr/local/mono/lib
+.PP
.SH FILES
On Unix assemblies are loaded from the installation lib directory. If you set
`prefix' to /usr, the assemblies will be located in /usr/lib. On