Update man page wording
authorMiguel de Icaza <miguel@gnome.org>
Mon, 1 Jan 2007 20:22:20 +0000 (20:22 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 1 Jan 2007 20:22:20 +0000 (20:22 -0000)
svn path=/trunk/mono/; revision=70326

man/mono.1

index c828cc1a709649ae924be9445159a85d8efb23a4..89a8c53fc732c3e4c1055b2c16276c2d825a0f71 100644 (file)
@@ -493,10 +493,20 @@ It is possible to obtain a stack trace of all the active threads in
 Mono by sending the QUIT signal to Mono, you can do this from the
 command line, like this:
 .nf
+
        kill -QUIT pid
+
 .fi
 Where pid is the Process ID of the Mono process you want to examine.
-The process will continue running afterwards.
+The process will continue running afterwards, but its state is not
+guaranteed.
+.PP
+.B Important:
+this is a last-resort mechanism for debugging applications and should
+not be used to monitor or probe a production application.  The
+integrity of the runtime after sending this signal is not guaranteed
+and the application might crash or terminate at any given point
+afterwards.   
 .PP
 You can use the MONO_LOG_LEVEL and MONO_LOG_MASK environment variables
 to get verbose debugging output about the execution of your