2006-03-06 Lluis Sanchez Gual <lluis@novell.com>
authorLluis Sanchez <lluis@novell.com>
Mon, 6 Mar 2006 21:19:33 +0000 (21:19 -0000)
committerLluis Sanchez <lluis@novell.com>
Mon, 6 Mar 2006 21:19:33 +0000 (21:19 -0000)
* mono.1: Updated MONO_XMLSERIALIZER_THS option information.

svn path=/trunk/mono/; revision=57638

man/ChangeLog
man/mono.1

index fa3eec869e32ade9a419daf8661564f5f08fa0c8..64b5a64d2e121ba3058919cf00af1b6ac86e6cd3 100644 (file)
@@ -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)
 
index f42109667ed7cc24117fc963c202147d0623b9ea..643e0732e708bb7d7f6a902e974c251b9faf69ac 100644 (file)
@@ -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"