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:
authorMiguel de Icaza <miguel@gnome.org>2005-09-20 22:40:07 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-09-20 22:40:07 +0400
commitaa2b8e8d2f6af8adbcad6677c8684006151bb01e (patch)
tree82c8e66aab7a1c53dde7cb6781e00a984c18bd8b /man
parent131fa47bda1bfc3831d3e58d0f59492f324dca25 (diff)
2005-09-20 Miguel de Icaza <miguel@novell.com>
* driver.c (mono_main): Add --server and --desktop flags. svn path=/trunk/mono/; revision=50324
Diffstat (limited to 'man')
-rw-r--r--man/mono.110
1 files changed, 10 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 6f14b7f2623..e63d5bb95e1 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -77,6 +77,12 @@ The default files are /etc/mono/config and ~/.mono/config or the file
specified in the MONO_CONFIG environment variable, if set. See the
mono-config(5) man page for details on the format of this file.
.TP
+.I "--desktop"
+Configures the virtual machine to be better suited for desktop
+applications. Currently this sets the GC system to avoid expanding
+the heap as much as possible at the expense of slowing down garbage
+collection a bit.
+.TP
.I "--help", "-h"
Displays usage instructions.
.TP
@@ -122,6 +128,10 @@ mono to support declarative security attributes (e.g. execution of, CAS
or non-CAS, security demands). The security manager is OFF by default
(experimental).
.TP
+.I "--server"
+Configures the virtual machine to be better suited for server
+operations.
+.TP
.I "-V", "--version"
Prints JIT version information.