Explorar o código

Update man pages

svn path=/trunk/mono/; revision=8757
Miguel de Icaza %!s(int64=23) %!d(string=hai) anos
pai
achega
1364741e52
Modificáronse 2 ficheiros con 6 adicións e 3 borrados
  1. 5 2
      man/mcs.1
  2. 1 1
      man/mono.1

+ 5 - 2
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.

+ 1 - 1
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