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:
authorMiguel de Icaza <miguel@gnome.org>2003-10-19 08:46:48 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-10-19 08:46:48 +0400
commitb5e31ac34af71316751f79fdb4794bba83a6fba1 (patch)
treeef85da2b52067598548fb3f46c358499ef91eaee /man
parent188fe92b29978dc241a91f68ebf7f7c177b554b8 (diff)
Fix the ! operator for traces, and add N: to the trace factiliy
svn path=/trunk/mono/; revision=19186
Diffstat (limited to 'man')
-rw-r--r--man/mono.15
1 files changed, 4 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index 4a417ec10f9..c571c3e6df0 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -203,7 +203,10 @@ System.String except for the System.String:Concat method.
.nf
mono --trace=T:System.String,-M:System.String:Concat
.fi
-
+Finally, namespaces can be specified using the N: prefix:
+.nf
+ mono --trace=N:System.Xml
+.fi
.SH ENVIRONMENT VARIABLES
.TP
.I "GC_DONT_GC"