Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-03-15 22:38:52 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-03-15 22:38:52 +0300
commit9fc1465c52e379f91e8f8f02923b5613c1d26107 (patch)
tree296ff7cb3fac0a2e22340e6fb9dba22d7ab95483 /man
parenteb6a2dc37e0cd4c28e19aec06008199849093220 (diff)
update
svn path=/trunk/mono/; revision=24062
Diffstat (limited to 'man')
-rw-r--r--man/monop.19
1 files changed, 7 insertions, 2 deletions
diff --git a/man/monop.1 b/man/monop.1
index 8db706cc051..89ab4d8072b 100644
--- a/man/monop.1
+++ b/man/monop.1
@@ -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.