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:
authorLluis Sanchez <lluis@novell.com>2006-03-07 00:19:33 +0300
committerLluis Sanchez <lluis@novell.com>2006-03-07 00:19:33 +0300
commit939df12d88ce184161ea356d8df5efd748be5d79 (patch)
tree94f4bf33f449bc4be422c2e58854f769ffc9d6a0 /man
parent57fe9c6c93ca2c9f8c0e30b6fba21371ca7ddc7f (diff)
2006-03-06 Lluis Sanchez Gual <lluis@novell.com>
* mono.1: Updated MONO_XMLSERIALIZER_THS option information. svn path=/trunk/mono/; revision=57638
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog4
-rw-r--r--man/mono.16
2 files changed, 9 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index fa3eec869e3..64b5a64d2e1 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-06 Lluis Sanchez Gual <lluis@novell.com>
+
+ * mono.1: Updated MONO_XMLSERIALIZER_THS option information.
+
2006-02-22 Jelmer Vernooij <jelmer@samba.org>
* mbas.1, Makefile.am: Add manpage for mbas (based on mcs.1)
diff --git a/man/mono.1 b/man/mono.1
index f42109667ed..643e0732e70 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -470,7 +470,11 @@ to disable the use of a C# customized
serializer, or an integer that is the minimum number of uses before
the runtime will produce a custom serializer (0 will produce a
custom serializer on the first access, 50 will produce a serializer on
-the 50th use).
+the 50th use). Mono will fallback to an interpreted serializer if the
+serializer generation somehow fails. This behavior can be disabled
+by setting the option
+.B `nofallback'
+(for example: MONO_XMLSERIALIZER_THS=0,nofallback).
.SH ENVIRONMENT VARIABLES
.TP
.I "GC_DONT_GC"