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
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2007-05-05 20:28:35 +0400
committerMiguel de Icaza <miguel@gnome.org>2007-05-05 20:28:35 +0400
commitaea8c74934da56381d9329bda7725051539d1e4c (patch)
tree94c1ef72448da2ecf226ffccb9a0b2858a713793 /man/monop.1
parent0d3d95cd8b08a7598fce5e613589ee378a5494e8 (diff)
Describe 2.0 functionality
svn path=/trunk/mono/; revision=76749
Diffstat (limited to 'man/monop.1')
-rw-r--r--man/monop.13
1 files changed, 2 insertions, 1 deletions
diff --git a/man/monop.1 b/man/monop.1
index 7e372fa97fe..2d7df2093ed 100644
--- a/man/monop.1
+++ b/man/monop.1
@@ -30,7 +30,8 @@ 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.