2004-12-29 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Thu, 30 Dec 2004 03:30:10 +0000 (03:30 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Thu, 30 Dec 2004 03:30:10 +0000 (03:30 -0000)
* man/monop.1: Add docs on the new "--search" flag.

svn path=/trunk/mono/; revision=38171

ChangeLog
man/monop.1

index 716cac3250fb6480ba76a5118b13ffacefd035e4..7a3503855fb41756dc6976750eae0d5c1e1494ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-29  Duncan Mak  <duncan@ximian.com>
+
+       * man/monop.1: Add docs on the new "--search" flag.
+
 2004-12-28  Jonathan Pryor  <jonpryor@vt.edu>
 
        * configure.in: Add header & function checks for MonoPosixHelper.
 2004-12-28  Jonathan Pryor  <jonpryor@vt.edu>
 
        * configure.in: Add header & function checks for MonoPosixHelper.
index 89ab4d8072bb5cdb0a6b4bf8bc219efecb218859..b846ccd7c831b1b9e04196c4e74b188ca2af4915 100644 (file)
@@ -3,11 +3,14 @@
 monop \- Mono Class Outline Viewer
 .SH SYNOPSIS
 .B monop
 monop \- Mono Class Outline Viewer
 .SH SYNOPSIS
 .B monop
-[-r:assembly] class
+[-r:assembly] [--search] class
 .SH OPTIONS
 .TP
 .I \-r:assembly
 Specifies the assembly to use for looking up the type
 .SH OPTIONS
 .TP
 .I \-r:assembly
 Specifies the assembly to use for looking up the type
+.TP
+.I \--search, -s, -k
+Searches through all known assemblies for types containing `class'.
 .PP
 .SH DESCRIPTION
 Monop is a tool that allows you to view the outline of a class. You can see the
 .PP
 .SH DESCRIPTION
 Monop is a tool that allows you to view the outline of a class. You can see the
@@ -15,3 +18,6 @@ signature of each member of the class.
 .PP
 The tool takes one option, the class to view. You must specify the full name of the
 class, including namespace.
 .PP
 The tool takes one option, the class to view. You must specify the full name of the
 class, including namespace.
+
+If you are unsure of the full name of the class, you can use the
+`--search' option to search through all known assemblies.
\ No newline at end of file