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:
authorFilip Navara <filip.navara@gmail.com>2018-03-20 22:35:19 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-03-20 22:35:19 +0300
commit9cf2550ba2d121cdd1d37f849b6e1750b0337b39 (patch)
tree3bf3a9478d1e913db15302a4e723a6838a7108f1 /man
parent16e6e7df70a7b8fc3579e5f960d0610a313048ec (diff)
Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715)
Diffstat (limited to 'man')
-rw-r--r--man/mono.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/mono.1 b/man/mono.1
index 55c5abcd620..c5c19f5274c 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1133,11 +1133,6 @@ Fall back on the kqueue FileSystemWatcher implementation in Darwin. The default
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
-If set, tells mono NOT to attempt using native asynchronous I/O services. In
-that case, a default select/poll implementation is used. Currently only epoll()
-is supported.
-.TP
\fBMONO_DISABLE_MANAGED_COLLATION\fR
If this environment variable is `yes', the runtime uses unmanaged
collation (which actually means no culture-sensitive collation). It
@@ -1163,6 +1158,11 @@ For platforms that do not otherwise have a way of obtaining random bytes
this can be set to the name of a file system socket on which an egd or
prngd daemon is listening.
.TP
+\fBMONO_ENABLE_AIO\fR
+If set, tells mono to attempt using native asynchronous I/O services. If not
+set, a default select/poll implementation is used. Currently epoll and kqueue
+are supported.
+.TP
\fBMONO_ENABLE_COOP\fR
This makes the Mono runtime and the SGen garbage collector run in cooperative
mode as opposed to run on preemptive mode. Preemptive mode is the mode