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:
authorRodrigo Kumpera <kumpera@users.noreply.github.com>2018-02-22 21:06:18 +0300
committerGitHub <noreply@github.com>2018-02-22 21:06:18 +0300
commit199dad7e84ea60f7cffba87a17fc099126418cbb (patch)
tree405cf7088dbfa4581efd044ec2f5383761e6c536 /man
parent72e5ca60b89612c51c4e9ab3d9ee794de1ace383 (diff)
Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087"
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 2 insertions, 4 deletions
diff --git a/man/mono.1 b/man/mono.1
index 0cab3f81a01..9ac128167c7 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -992,7 +992,7 @@ If set, the log mask is changed to the set value. Possible values are
"io-selector" (async socket operations), "io-layer" (I/O layer - processes, files,
sockets, events, semaphores, mutexes and handles), "io-layer-process",
"io-layer-file", "io-layer-socket", "io-layer-event", "io-layer-semaphore",
-"io-layer-mutex", "io-layer-handle", "exec" (execution related behavior) and "all".
+"io-layer-mutex", "io-layer-handle" and "all".
The default value is "all". Changing the mask value allows you to display only
messages for a certain component. You can use multiple masks by comma
separating them. For example to see config file messages and assembly loader
@@ -1797,9 +1797,7 @@ Controls the domain of the Mono runtime that logging will apply to.
If set, the log mask is changed to the set value. Possible values are
"asm" (assembly loader), "type", "dll" (native library loader), "gc"
(garbage collector), "cfg" (config file loader), "aot" (precompiler),
-"security" (e.g. Moonlight CoreCLR support), "threadpool" (thread pool generic),
-"io-threadpool" (thread pool I/O), "io-layer" (I/O layer - sockets, handles, shared memory etc),
-"exec" (execution related behavior) and "all".
+"security" (e.g. Moonlight CoreCLR support) and "all".
The default value is "all". Changing the mask value allows you to display only
messages for a certain component. You can use multiple masks by comma
separating them. For example to see config file messages and assembly loader