Ugh, I had the GPL here, its the LGPL
[mono.git] / mono / interpreter / mint.1
1 .\" 
2 .\" mint manual page.
3 .\" (C) Ximian, Inc. 
4 .\" Author:
5 .\"   Miguel de Icaza (miguel@gnu.org)
6 .\"
7 .TH Mono "Mono 1.0"
8 .SH NAME
9 mint \- Mono ECMA-CLI interpreter.
10 .SH SYNOPSIS
11 .PP
12 .B mint
13 [\-\-help] [\-\-opcode\-count] [\-\-trace]
14 program.exe [arguments...]
15 .SH DESCRIPTION
16 The \fImint\fP program is an interpreter for ECMA CLI byte codes.  It
17 executes the bytecodes contains in 
18 .I program.exe
19 and optionally passes
20 the
21 .I arguments
22 to it. 
23 .SH OPTIONS
24 The following Generic options are supported:
25 .TP
26 .I "--help", "-h"
27 Displays usage instructions.
28 .TP
29 .I "--trace"
30 Displays opcodes and stack state as the interpreter executes the image
31 .TP
32 .I "--opcode-count"
33 Displays the number of opcodes executed.
34 .TP
35 .I "--dieonex"
36 Aborts execution upon hitting an exception.
37 .TP
38 .I "--debug method"
39 Debugs the method whose name is `method'
40 .TP
41 .I "--opcode-count"
42 Displays the number of opcodes executed
43 .PP
44 .SH FILES
45 Assemblies are lodaed from the installation lib directory.  If you set
46 `prefix' to /usr, the assemblies will be located in /usr/lib.
47 .SH MAILING LISTS
48 Visit http://mail.ximian.com/mailman/mono-list for details.
49 .SH WEB SITE
50 Visit: http://www.go-mono.com for details
51 .SH SEE ALSO
52 .BR mono(1), monodis(1)