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:
authorBen Maurer <benm@mono-cvs.ximian.com>2004-03-08 07:36:01 +0300
committerBen Maurer <benm@mono-cvs.ximian.com>2004-03-08 07:36:01 +0300
commitcdae6e79b966ed91d4032e7913325a8122007fa2 (patch)
tree8454a7508ff683621b5b254c962b72f097048a2d /man
parentb8da603c53af7f86296a436aecec48195ce5c3b1 (diff)
add monop
svn path=/trunk/mono/; revision=23788
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
-rw-r--r--man/monop.112
2 files changed, 13 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 95bf8043be3..c0c606fa949 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,5 +1,5 @@
man_MANS = mcs.1 mono.1 monostyle.1 mono-config.5 sqlsharp.1 oldmono.1 ilasm.1 \
cert2spc.1 cilc.1 genxs.1 wsdl.1 disco.1 soapsuds.1 makecert.1 \
- chktrust.1 setreg.1 sn.1 secutil.1 signcode.1 certmgr.1
+ chktrust.1 setreg.1 sn.1 secutil.1 signcode.1 certmgr.1 monop.1
EXTRA_DIST = $(man_MANS)
diff --git a/man/monop.1 b/man/monop.1
new file mode 100644
index 00000000000..8db706cc051
--- /dev/null
+++ b/man/monop.1
@@ -0,0 +1,12 @@
+.TH "monop" 1
+.SH NAME
+monop \- Mono Class Outline Viewer
+.SH SYNOPSIS
+.B monop
+[class]
+.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.
+
+The tool takes one option, the class to view. You must specify the full name of the
+class, including namespace.