From c0855ca3257884eb0c1f96da3d76e187eb1db8d3 Mon Sep 17 00:00:00 2001 From: John Luke Date: Tue, 11 Oct 2005 17:19:00 +0000 Subject: [PATCH] 2005-10-11 John Luke * man/monop.1: update for new monop options svn path=/trunk/mono/; revision=51611 --- ChangeLog | 4 ++++ man/monop.1 | 18 +++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2bad207cbd7..4495a84885a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-11 John Luke + + * man/monop.1: update for new monop options + 2005-10-04 Zoltan Varga * configure.in: Fix up problems with the latest libtool on win32. diff --git a/man/monop.1 b/man/monop.1 index a23f70cdc08..dc7d7b76e90 100644 --- a/man/monop.1 +++ b/man/monop.1 @@ -9,8 +9,24 @@ monop \- Mono Class Outline Viewer .I \-r:assembly Specifies the assembly to use for looking up the type .TP -.I \--search, -s, -k +.I \-\-search, \-s, \-k Searches through all known assemblies for types containing `class'. +.TP +.I \-\-refs +Prints a list of the referenced assemblies for an assembly. +Requires an assembly to be specified with -r:assembly. +.TP +.I \-\-filter-obsolete, \-f +Do not show obsolete types and members. +.TP +.I \-\-declared-only, \-d +Only show members declared in the type. +.TP +.I \-\-private, \-p +Show private members. +.TP +.I \-\-runtime\-version +Print runtime version. .PP .SH DESCRIPTION Monop is a tool that allows you to view the outline of a class. You can see the -- 2.25.1