2005-06-03 Jordi Mas i Hernandez <jordi@ximian.com>
[mono.git] / man / monop.1
index 89ab4d8072bb5cdb0a6b4bf8bc219efecb218859..a23f70cdc08e0fffe4cb6467fc7ce950ed151f05 100644 (file)
@@ -3,11 +3,14 @@
 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
+.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
@@ -15,3 +18,11 @@ 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.
+
+If you are unsure of the full name of the class, you can use the
+`--search' option to search through all known assemblies.
+
+.SH MAILING LISTS
+Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
+.SH WEB SITE
+Visit http://www.mono-project.com for details