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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-06-11 08:11:12 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-06-11 08:11:12 +0400
commit5e98fc70af5b7f533065d0cf724558dd6fc45b6d (patch)
tree43ad6356a77bc03cfc9966d5d7f53abdd74d2e11 /man
parentd2d2fb9f1f7ade809fa53ba683ca216cb9437f31 (diff)
MONO_CODEDOM_NODELETE is MONO_ASPNET_NODELETE now
svn path=/trunk/mono/; revision=29257
Diffstat (limited to 'man')
-rw-r--r--man/mono.111
1 files changed, 6 insertions, 5 deletions
diff --git a/man/mono.1 b/man/mono.1
index 0da4cfb9787..003fd23bf2a 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -238,14 +238,15 @@ Finally, namespaces can be specified using the N: prefix:
Turns off the garbage collection in Mono. This should be only used
for debugging purposes
.TP
+.I "MONO_ASPNET_NODELETE"
+If set to any value, temporary source files generated by ASP.NET support
+classes will not be removed. They will be kept in the user's temporary
+directory.
+.TP
.I "MONO_CFG_DIR"
If set, this variable overrides the default system configuration directory
($PREFIX/etc). It's used to locate machine.config file.
.TP
-.I "MONO_CODEDOM_NODELETE"
-If set to any value, the C# CodeDom compiler will not remove the temporary
-source files generated.
-.TP
.I "MONO_CONFIG"
If set, this variable overrides the default runtime configuration file
($PREFIX/etc/mono/config). The --config command line options overrides the
@@ -279,7 +280,7 @@ turning externally-generated text (e.g. command-line arguments or
filenames) into Unicode. The encoding names come from the list
provided by iconv, and the special case "default_locale" which refers
to the current locale's default encoding.
-.TP
+.IP
When reading externally-generated text strings UTF-8 is tried first,
and then this list is tried in order with the first successful
conversion ending the search. When writing external text (e.g. new