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>2002-11-02 22:45:04 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-11-02 22:45:04 +0300
commit1364741e52f6ea90f145ff4a40e5007b261bdd59 (patch)
tree143d2674aa54f42f34b048cda35f9fda193197a5 /man
parent9d4f5ab77b9d1c6f7a590eb3ed5d68e1309f4e78 (diff)
Update man pages
svn path=/trunk/mono/; revision=8757
Diffstat (limited to 'man')
-rwxr-xr-xman/mcs.17
-rw-r--r--man/mono.12
2 files changed, 6 insertions, 3 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index f2e60b240a9..68e5f330923 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -141,11 +141,14 @@ Treat warnings as errors.
Sets the warning level. 0 is the lowest warning level, and 4 is the
highest. The default is 2.
.TP
-.I -r:ASSEMBLY, \-r ASSEMBLY
-Reference the named assembly. Use this to use classes from the named
+.I -r:ASSEMBLY1[,ASSEMBLY2], \-r ASSEMBLY1[,ASSEMBLY2]
+Reference the named assemblies. Use this to use classes from the named
assembly in your program. The assembly will be loaded from either the
system directory where all the assemblies live, or from the path
explicitly given with the -L option.
+.PP
+You can also use a semicolon to separate the assemblies instead of a
+comma.
.TP
.I \-v
Debugging. Turns on verbose yacc parsing.
diff --git a/man/mono.1 b/man/mono.1
index 58be61edd56..dcce5cb17f5 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -67,7 +67,7 @@ the method will be compiled a thousand times.
The following options are used to debug a JITed application. They're
only useful when running the JIT in a debugger:
.TP
-.I "--debug=[format]"
+.I "--debug"
Writes out debug information in the given format or in the default format.
See DEBUGGING FORMATS for details.
.TP