* monodis.1: Document --blob
authorJackson Harper <jackson@novell.com>
Sun, 20 Jun 2004 01:50:13 +0000 (01:50 -0000)
committerJackson Harper <jackson@novell.com>
Sun, 20 Jun 2004 01:50:13 +0000 (01:50 -0000)
svn path=/trunk/mono/; revision=29968

mono/dis/ChangeLog
mono/dis/monodis.1

index 1a486ac71e8fa6aa6c198e7e2f1054577a136a31..a0db17d5402d358c954afc2bdb761ffd30eb349f 100644 (file)
@@ -3,6 +3,7 @@
        * dump.c/h: New function to dump the contents of the blob
        stream. I found it useful for debugging so I will share.
        * main.c: Add --blob switch to dump the blob stream.
+       * monodis.1: Document --blob
        
 2004-06-19  Jackson Harper  <jackson@ximian.com>
 
index 1db1d235e6554dd02f013cc618f4c589975926cf..fe7c8647aeb7e744de38ff25e5d7b18663f80132 100644 (file)
@@ -35,6 +35,7 @@ monodis \- CIL image content dumper and disassembler.
 [\-\-propertymap]
 [\-\-typedef]
 [\-\-typeref]
+[\-\-blob]
 [FILES...]
 .SH DESCRIPTION
 The \fImonodis\fP program is used to dump the contents a CIL image
@@ -125,9 +126,12 @@ Dumps the contents of the typespec table
 .TP
 .I "--typeref"
 Dumps the contents of the typeref table
+.TP
+.I "--blob"
+Dumps the entire contents of the blob stream as hex
 .PP
 If no flags are specified the program dumps the content of the image
-in a format that can be used to rountrip the code. 
+in a format that can be used to rountrip the code.
 .PP
 .SH ENVIRONMENT VARIABLES
 .TP