From cdae6e79b966ed91d4032e7913325a8122007fa2 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Mon, 8 Mar 2004 04:36:01 +0000 Subject: [PATCH] add monop svn path=/trunk/mono/; revision=23788 --- man/Makefile.am | 2 +- man/monop.1 | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 man/monop.1 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. -- 2.25.1