X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmonop.1;h=fa913978dc0ea59b7c8ab6b61dab70331f43d1fe;hb=610d1e7aaff5bb0d98875ecaba32581e360b805c;hp=dc7d7b76e90000647e1cade4901b17f18d6e3c26;hpb=948dbf8d4581ac17f5420cc4f7dc375e3c502576;p=mono.git diff --git a/man/monop.1 b/man/monop.1 index dc7d7b76e90..fa913978dc0 100644 --- a/man/monop.1 +++ b/man/monop.1 @@ -1,6 +1,6 @@ .TH "monop" 1 .SH NAME -monop \- Mono Class Outline Viewer +monop, monop2 \- Mono Class Outline Viewer .SH SYNOPSIS .B monop [-r:assembly] [--search] class @@ -9,6 +9,9 @@ monop \- Mono Class Outline Viewer .I \-r:assembly Specifies the assembly to use for looking up the type .TP +.I \-a +Renders all of the types in the specified assembly. +.TP .I \-\-search, \-s, \-k Searches through all known assemblies for types containing `class'. .TP @@ -30,14 +33,22 @@ Print runtime version. .PP .SH DESCRIPTION Monop is a tool that allows you to view the outline of a class. You can see the -signature of each member of the class. +signature of each member of the class. Use \fImonop\fP to explore 1.0 +assemblies, use \fImonop2\fP to explore 2.0 assemblies. .PP The tool takes one option, the class to view. You must specify the full name of the class, including namespace. - +.PP +For generic classes, you must specify the generic arguments, for +example: +.nf +monop2 'System.Collections.Generic.List`1' +.fi +The above is the string representation for the List in System.Collections.Generic +.PP If you are unsure of the full name of the class, you can use the `--search' option to search through all known assemblies. - +.PP .SH MAILING LISTS Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details. .SH WEB SITE