From 0793569188f5dfeb4f94597a7a390c8fbec89b6f Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 22 Nov 2006 01:45:14 +0000 Subject: [PATCH] Improve svn path=/trunk/mono/; revision=68315 --- man/mono.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/man/mono.1 b/man/mono.1 index 6f9a561598a..09b3e9be108 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -175,9 +175,13 @@ traced. The trace can be customized to include or exclude methods, classes or assemblies. A trace expression is a comma separated list of targets, each target can be prefixed with a minus sign to turn off a particular -target. The words `program' and `all' have special meaning. -`program' refers to the main program being executed, and `all' means -all the method calls. +target. The words `program', `all' and `disabled' have special +meaning. `program' refers to the main program being executed, and +`all' means all the method calls. +.Sp +The `disabled' option is used to start up with tracing disabled. It +can be enabled at a later point in time in the program by sending the +SIGUSR2 signal to the runtime. .Sp Assemblies are specified by their name, for example, to trace all calls in the System assembly, use: -- 2.11.4.GIT