X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmono.1;h=83b5cd70ddaaf7be908b658f676533dda5c1c3ba;hb=feb5308425edc9b06ffffc4b402fdfd8fbd66ef9;hp=2aebacfa1ea08bfbca49ba1204c13205eab7bd98;hpb=a0a29572f61c9ae6df0b72466f04ebd011de4bab;p=mono.git 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.