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:
authorAlexis Christoforides <alexis@thenull.net>2018-02-11 02:59:23 +0300
committerMarek Safar <marek.safar@gmail.com>2018-02-28 12:47:01 +0300
commitf5b10f34a98bdbbdc0cb086a9240d5a7795ab7c0 (patch)
treec5528a39e84c60d83cf08b70778ea7e5796a0112 /man
parent872c0488308d955e1073058f2dbda4e689e502da (diff)
[System.IO] Integrate FileSystemWatchers from CoreFX
The FSEvent CoreFX watcher becomes the new default for MacOS.
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 ea0897b5bba..55c5abcd620 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1126,8 +1126,11 @@ When Mono is built with a soft float fallback on ARM and this variable is set to
"1", Mono will always emit soft float code, even if a VFP unit is
detected.
.TP
+\fBMONO_DARWIN_USE_KQUEUE_FSW\fR
+Fall back on the kqueue FileSystemWatcher implementation in Darwin. The default is the FSEvent implementation.
+.TP
\fBMONO_DARWIN_WATCHER_MAXFDS\fR
-This is a debugging aid used to force limits on the FileSystemWatcher
+This is a debugging aid used to force limits on the kqueue FileSystemWatcher
implementation in Darwin. There is no limit by default.
.TP
\fBMONO_DISABLE_AIO\fR