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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2004-12-30 06:30:10 +0300
committerDuncan Mak <duncan@mono-cvs.ximian.com>2004-12-30 06:30:10 +0300
commitc9272f25c37c8540c2c8caabb0f303c554832d62 (patch)
tree931545a9d01506b105638454808cd73cc45dc97e /man
parent33eb5670ef48e22d7212b11a6d40df24d0c320ed (diff)
2004-12-29 Duncan Mak <duncan@ximian.com>
* man/monop.1: Add docs on the new "--search" flag. svn path=/trunk/mono/; revision=38171
Diffstat (limited to 'man')
-rw-r--r--man/monop.18
1 files changed, 7 insertions, 1 deletions
diff --git a/man/monop.1 b/man/monop.1
index 89ab4d8072b..b846ccd7c83 100644
--- a/man/monop.1
+++ b/man/monop.1
@@ -3,11 +3,14 @@
monop \- Mono Class Outline Viewer
.SH SYNOPSIS
.B monop
-[-r:assembly] class
+[-r:assembly] [--search] class
.SH OPTIONS
.TP
.I \-r:assembly
Specifies the assembly to use for looking up the type
+.TP
+.I \--search, -s, -k
+Searches through all known assemblies for types containing `class'.
.PP
.SH DESCRIPTION
Monop is a tool that allows you to view the outline of a class. You can see the
@@ -15,3 +18,6 @@ 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.
+
+If you are unsure of the full name of the class, you can use the
+`--search' option to search through all known assemblies. \ No newline at end of file