Update man page
authorMiguel de Icaza <miguel@gnome.org>
Wed, 29 Jul 2009 15:14:19 +0000 (15:14 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 29 Jul 2009 15:14:19 +0000 (15:14 -0000)
svn path=/trunk/mono/; revision=138964

mono/dis/monodis.1

index 43a1d3c93e4f932668f80e30cb0c8386aa10d2c5..182d117308c9b9254b93762a78e15f127c9e33a3 100644 (file)
@@ -52,12 +52,16 @@ monodis \- CIL image content dumper and disassembler.
 [\-\-userstrings]
 [FILES...]
 .SH DESCRIPTION
-The \fImonodis\fP program is used to dump the contents a CIL image
-(contained in .EXE files that contain extended PE/COFF CIL code).  
+The \fImonodis\fP program is used to dump the contents an ECMA/ISO CIL
+image (contained in .EXE files that contain extended PE/COFF CIL
+code).
 .PP
 To roundtrip assemblies using ilasm, it is best to use the --output
 argument, as that will make monodis save the embedded resources in
 files that can later be properly embedded back by ilasm. 
+.PP
+Additionally, the tool can be used to dump the contents of the various
+ECMA CIL metadata tables.
 .SH OPTIONS
 The following Generic options are supported:
 .TP
@@ -73,6 +77,9 @@ is useful for round-tripping the IL with ilasm.
 .TP
 .I "--show-method-tokens"
 Display tokens for disassembled methods.
+.SH OPTIONS TO DISPLAY METADATA TABLES
+The following options are used to display metadata tables instead of
+disassembling the CIL image.
 .TP
 .I "--assembly"
 Dumps the contents of the Assembly table.
@@ -144,7 +151,9 @@ Dumps the contents of the Module table.
 Dumps the contents of the ModuleRef table.
 .TP
 .I "--mresources"
-Dumps the managed resources embedded in the assembly.
+Saves all the managed resources embedded in the assembly into the
+current directory.   To get a list of the embedded resources use the
+--manifest option.
 .TP
 .I "--presources"
 Prints offsets and names of manifest resources embedded in the assembly.