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:
authorDick Porter <dick@acm.org>2005-11-04 17:07:57 +0300
committerDick Porter <dick@acm.org>2005-11-04 17:07:57 +0300
commit986e1079f41fb669b04da4796bec24c7a380d098 (patch)
treea83f007fdc2c50ca573a1cdd2d542e94c092c0f6 /man
parentd69a91da2f1b2da1b70e4dcb0808947b81bcf96e (diff)
2005-11-04 Dick Porter <dick@ximian.com>
* io.c (file_write): Only do the file locking if MONO_STRICT_IO_EMULATION is set. svn path=/trunk/mono/; revision=52575
Diffstat (limited to 'man')
-rw-r--r--man/mono.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index e67fdd5fbb5..098b016e70a 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -643,6 +643,10 @@ interpreter. The possible values are `no' to disable the use of a
custom serializer or a number to indicate when the XmlSerializer
should start serializing. The default value is 50, which means that
the a custom serializer will be produced on the 50th use.
+.TP
+.I "MONO_STRICT_IO_EMULATION"
+If set, extra checks are made during IO operations. Currently, this
+includes only advisory locks around file writes.
.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