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:
authorMiguel de Icaza <miguel@gnome.org>2003-11-20 21:19:29 +0300
committerMiguel de Icaza <miguel@gnome.org>2003-11-20 21:19:29 +0300
commitb078990028b46259e8afd1e9c00eb5b11aeef952 (patch)
treecc778152eb2644b6a075f0cc263d8f5b1ecf5e0c /man
parentec76608fbbe29688753cdce225a946b7655c6be8 (diff)
Update
svn path=/trunk/mono/; revision=20278
Diffstat (limited to 'man')
-rw-r--r--man/mono.19
1 files changed, 7 insertions, 2 deletions
diff --git a/man/mono.1 b/man/mono.1
index 64bebdeeefc..3c680323dd3 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -235,7 +235,6 @@ environment variable.
.TP
.I "MONO_DEBUG"
If set, enables some features of the runtime useful for debugging.
-
Currently it only makes the runtime display the stack traces for all the
threads running and exit. It may not exit cleanly. Use at your own risk.
.TP
@@ -245,12 +244,18 @@ turning externally-generated text (e.g. command-line arguments or
filenames) into unicode. The encoding names come from the list
provided by iconv, and the special case "default_locale" which refers
to the current locale's default encoding.
-
+.TP
When reading externally-generated text strings UTF-8 is tried first,
and then this list is tried in order with the first successful
conversion ending the search. When writing external text (e.g. new
filenames or arguments to new processes) the first item in this list
is used, or UTF-8 if the environment variable is not set.
+.TP
+.I "MONO_SHARED_DIR"
+If set its the directory where the ".wapi" handle state is stored.
+This is the directory where the Windows I/O Emulation layer stores its
+shared state data (files, events, mutexes, pipes). By default Mono
+will store the ".wapi" directory in the users's home directory.
.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