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:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-09-24 02:27:06 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-09-24 02:27:06 +0400
commit1080ee985868b481929a85564312764008bc448a (patch)
treeb9bd08f1b58d90f8d6195710e4c816d1a25ab853 /man
parent9a04e8c54e7288ee06c317fa19ab6f1e79514cf4 (diff)
fix formatting
svn path=/trunk/mono/; revision=50640
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 2aebacfa1ea..83b5cd70dda 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -499,11 +499,13 @@ Currently, the following options are supported:
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.
-.TP "collect-pagefault-stats"
+.TP
+.I "collect-pagefault-stats"
Collects information about pagefaults. This is used internally to
track the number of page faults produced to load metadata. To display
this information you must use this option with "--stats" command line option.
-.TP "handle-sigint"
+.TP
+.I "handle-sigint"
Captures the interrupt signal (Control-C) and displays a stack trace
when pressed. Useful to find out where the program is executing at a
given point. This only displays the stack trace of a single thread.