update
authorMiguel de Icaza <miguel@gnome.org>
Mon, 15 Mar 2004 19:38:52 +0000 (19:38 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 15 Mar 2004 19:38:52 +0000 (19:38 -0000)
svn path=/trunk/mono/; revision=24062

man/monop.1

index 8db706cc051a4f5870c037edfc24d804caa9ee57..89ab4d8072bb5cdb0a6b4bf8bc219efecb218859 100644 (file)
@@ -3,10 +3,15 @@
 monop \- Mono Class Outline Viewer
 .SH SYNOPSIS
 .B monop
-[class]
+[-r:assembly] class
+.SH OPTIONS
+.TP
+.I \-r:assembly
+Specifies the assembly to use for looking up the type
+.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.
-
+.PP
 The tool takes one option, the class to view. You must specify the full name of the
 class, including namespace.