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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-01-22 04:37:46 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-01-22 04:37:46 +0300
commit9fee0f8493f0d3b601fd5902a19205c8f9e992f0 (patch)
treea59f94812d74af1fdf830c20ffe0447ab250159c /man
parentdeaba7eecfb5aada46325141da8dde789d78e18a (diff)
documented MONO_MANAGED_WATCHER
svn path=/trunk/mono/; revision=22367
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index db2d2fc192f..eeef2f1a241 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -265,6 +265,12 @@ new and might have some bugs. Basically we recommend Managed XSLT
solution, but if it contains some blocking bugs, then you can also
use traditional libxslt. If you want to use msxsl:script, you have
to select Managed XSLT.
+.TP
+.I "MONO_MANAGED_WATCHER"
+If set to any value, System.IO.FileSystemWatcher will use the default
+managed implementation (slow). If unset, mono will try to use FAM under
+Unix systems and native API calls on Windows, falling back to the
+managed implementation on error.
.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