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:
authorJackson Harper <jackson@novell.com>2004-06-19 21:34:26 +0400
committerJackson Harper <jackson@novell.com>2004-06-19 21:34:26 +0400
commit4a7b3fcc5a934b4abc8250606948d5689171b0f7 (patch)
tree70742b6fc06b9e2a94e3a43a791a90ceb013a9cc /man
parent8ae5262c7221fc0151498c12dcb2d10aa44e01a8 (diff)
Add instructions on setting multiple mask values.
svn path=/trunk/mono/; revision=29953
Diffstat (limited to 'man')
-rw-r--r--man/mono.14
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index b70a3a74707..378351db72d 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -263,7 +263,9 @@ 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), "all". The default value is
"all". Changing the mask value allows you to display only messages for
-a certain component.
+a certain component. You can use multiple masks by comma separating
+them. For example to see config file messages and assembly loader
+messages set you mask to "asm,cfg".
.TP
.I "MONO_DEBUG"
If set, enables some features of the runtime useful for debugging.