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:
Diffstat (limited to 'man/monop.1')
-rw-r--r--man/monop.117
1 files changed, 17 insertions, 0 deletions
diff --git a/man/monop.1 b/man/monop.1
new file mode 100644
index 00000000000..89ab4d8072b
--- /dev/null
+++ b/man/monop.1
@@ -0,0 +1,17 @@
+.TH "monop" 1
+.SH NAME
+monop \- Mono Class Outline Viewer
+.SH SYNOPSIS
+.B monop
+[-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.