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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-03-01 19:02:36 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-03-01 19:02:36 +0300
commit065279f2be1a30a5af38fa44a4ecee74e6abcfc1 (patch)
treeb97a2adbdfd721dc943b4935ddaa18837f32a5d5 /man
parentaa392b5f3911ec2a353ddc0c7efb12d6a2e90bf4 (diff)
documented MONO_CFG_DIR environment variable
svn path=/trunk/mono/; revision=12080
Diffstat (limited to 'man')
-rw-r--r--man/mono.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index b74df127b40..5f0b804acb8 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -141,6 +141,10 @@ Directories are separated by the platform path separator (colons on unix). Examp
If this variable is set, it disables the Windows I/O Emulation layer,
and handles (files, events, mutexes, pipes) will not be shared across
processes. This option is only available on Unix.
+.TP
+.I "MONO_CFG_DIR"
+If set, this variable overrides the default system configuration directory
+($PREFIX/etc). It's used to locate machine.config file.
.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