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:
authorJackson Harper <jackson@novell.com>2004-06-11 19:12:48 +0400
committerJackson Harper <jackson@novell.com>2004-06-11 19:12:48 +0400
commit1b0c6bf2698f37b0523065c903fcf9578b9fc0ad (patch)
tree99d90ea516ca70dd61d1840cafe820cc5c291d80 /man
parent244a160d6ac6e1e2ed0d291c9dfc1cb4c269f680 (diff)
* man/mono.1: Add documentation for MONO_GAC_PREFIX.
svn path=/trunk/mono/; revision=29347
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 003fd23bf2a..2111d02680b 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -297,6 +297,13 @@ managed implementation on error.
Provides a search path to the runtime 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
+.TP
+.I "MONO_GAC_PREFIX"
+Provides a prefix the runtime uses to look for Global Assembly Caches.
+Directories are separated by the platform path separator (colons on
+unix). MONO_GAC_PREFIX should point to the top directory of a prefixed
+install. Or to the directory provided in the gacutil /gacdir command. Example:
+.B /home/username/.mono:/usr/local/mono/
.TP
.I "MONO_SHARED_DIR"
If set its the directory where the ".wapi" handle state is stored.