add monop
authorBen Maurer <benm@mono-cvs.ximian.com>
Mon, 8 Mar 2004 04:36:01 +0000 (04:36 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Mon, 8 Mar 2004 04:36:01 +0000 (04:36 -0000)
svn path=/trunk/mono/; revision=23788

man/Makefile.am
man/monop.1 [new file with mode: 0644]

index 95bf8043be39c43a1ca2834e24c78ed03679ac7e..c0c606fa949466675100f544dcdabc7efdb41b71 100644 (file)
@@ -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 (file)
index 0000000..8db706c
--- /dev/null
@@ -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.