X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmono.1;h=b53530a824b8b8934f8046e166c63bf184fbe93f;hb=5ad1099341581dee94f77b32db728918e90fa64f;hp=dc1f2ceb2acb8e750e2da65b749070d9580df079;hpb=0b3c3126ea203240ba9864ab9082c44935f32f4f;p=mono.git diff --git a/man/mono.1 b/man/mono.1 index dc1f2ceb2ac..b53530a824b 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -265,6 +265,12 @@ instructs the Mono runtime to start debugging in server mode, where Mono actively waits for the debugger front end to connect to the Mono process. Mono will print out to stdout the IP address and port where it is listening. .TP +.I setpgid=[y/n] +If set to yes, Mono will call \fBsetpgid(0, 0)\fB on startup, if that function +is available on the system. This is useful for ensuring that signals delivered +to a process that is executing the debuggee are not propagated to the debuggee, +e.g. when Ctrl-C sends \fBSIGINT\fB to the \fBsdb\fB tool. +.TP .I suspend=[y/n] Defaults to yes, with the default option Mono will suspend the vm on startup until it connects successfully to a debugger front end. If you set it to 'n', in @@ -1411,9 +1417,9 @@ small embedded systems. The default is 180 seconds. .TP \fBMONO_THREADS_PER_CPU\fR -The maximum number of threads in the general threadpool will be -20 + (MONO_THREADS_PER_CPU * number of CPUs). The default value for this -variable is 10. +The minimum number of threads in the general threadpool will be +MONO_THREADS_PER_CPU * number of CPUs. The default value for this +variable is 1. .TP \fBMONO_XMLSERIALIZER_THS\fR Controls the threshold for the XmlSerializer to produce a custom