Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / monop.1
index ca8ade180585aaf1c84194cbcd92cf2f9f3be5af..cea422fd0e1c9141e0aed591b57750c5304a27e2 100644 (file)
@@ -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
@@ -27,10 +30,19 @@ Show private members.
 .TP
 .I \-\-runtime\-version
 Print runtime version.
+.TP
+.I \-xa
+Sets the lookup path to the Xamarin.Android directory.   This will
+load both the mscorlib from there, and search assemblies in that directory.
+.TP
+.I \-xi
+Sets the lookup path to the Xamarin.iOS directory. This will
+load both the mscorlib from there, and search assemblies in that directory.
 .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.