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>2004-05-06 05:07:16 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-05-06 05:07:16 +0400
commit19bb38456b1b985e436c809dee195864c8cd8956 (patch)
tree35dfda841d4423f959bb6b6a96333e05009d68f7 /man
parentee201ca3c4135b4be07af037fde0f3b04a885beb (diff)
update MONO_DEBUG
svn path=/trunk/mono/; revision=26800
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 4 insertions, 2 deletions
diff --git a/man/mono.1 b/man/mono.1
index 5160fd99310..2562633642f 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -254,8 +254,10 @@ 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.
+It makes the runtime display the stack traces for all the threads
+running and exit when mono is interrupted (Ctrl-C) and print some
+additional messages on error conditions. It may not exit cleanly. Use at
+your own risk.
.TP
.I "MONO_DISABLE_AIO"
If set, tells mono NOT to attempt using native asynchronous I/O services. In