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>2005-06-04 00:39:12 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2005-06-04 00:39:12 +0400
commit50e99ca19bc23ae3983e420d123418166bc4cf81 (patch)
tree62b7b5ef6c6edaf0cbd8afde66c0c6e517b03066 /man
parent653dd35583681a1784668fa578a470be1c18c187 (diff)
Some formatting love for MONO_DEBUG suboptions
svn path=/trunk/mono/; revision=45386
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 e98f7fda29a..21237818d77 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -358,6 +358,8 @@ environment variable.
If set, enables some features of the runtime useful for debugging.
This variable should contain a comma separated list of debugging options.
Currently, the following options are supported:
+.RS
+.ne 8
.TP
.I "handle-sigint"
This option makes the runtime display the stack traces
@@ -377,6 +379,8 @@ to track down the source of the problems.
This option will make the runtime abort when it receives a SIGSEGV signal
while executing unmanaged (native) code. This is useful for debugging
problems when interfacing with native code.
+.ne
+.RE
.TP
.I "MONO_DISABLE_AIO"
If set, tells mono NOT to attempt using native asynchronous I/O services. In