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>2006-10-22 02:22:12 +0400
committerMiguel de Icaza <miguel@gnome.org>2006-10-22 02:22:12 +0400
commit15cd89ac5d4c5bc1b66dae606b1dfa7df6d67a04 (patch)
tree598b01e6b4daa4e854fc3466fd93960b5c43860a /man
parent618858f5ba104e0cd3e5a1aa276efb71fa50765c (diff)
Update
svn path=/trunk/mono/; revision=66862
Diffstat (limited to 'man')
-rw-r--r--man/mono.17
1 files changed, 7 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index bfe41d957d9..12e5a042ea1 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -802,6 +802,13 @@ with the X11 backend. This is used to debug problems in Windows.Forms
as it forces all of the commands send to X11 server to be done
synchronously. The default mode of operation is asynchronous which
makes it hard to isolate the root of certain problems.
+.SH VALGRIND
+If you want to use Valgrind, you will find the file `mono.supp'
+useful, it contains the suppressions for the GC which trigger
+incorrect warnings. Use it like this:
+.nf
+ valgrind --suppressions=mono.supp mono ...
+.fi
.SH FILES
On Unix assemblies are loaded from the installation lib directory. If you set
`prefix' to /usr, the assemblies will be located in /usr/lib. On