From: Sebastien Pouliot Date: Wed, 19 Jan 2005 21:12:20 +0000 (-0000) Subject: Updated options and mailing list address and fixed typo. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=cf415eb3ca9955987431d58ba64fc1c462bfc9e2;p=mono.git Updated options and mailing list address and fixed typo. svn path=/trunk/mono/; revision=39199 --- diff --git a/man/permview.1 b/man/permview.1 index f6d2542df0d..846de1a63e1 100644 --- a/man/permview.1 +++ b/man/permview.1 @@ -1,6 +1,6 @@ .\" .\" permview manual page. -.\" Copyright (C) 2004 Novell, Inc (http://www.novell.com) +.\" Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) .\" Author: .\" Sebastien Pouliot (sebastien@ximian.com) .\" @@ -17,17 +17,18 @@ on the classes and the methods. This tool is useful to diagnose why an assembly won't load or why some class/method throws SecurityException. .SH OPTIONS .TP -.I /OUTPUT filename +.I -output filename Output all declarative security attributes related informations into the specified file. .TP -.I /DECL | -DECL | --DECL +.I -decl | --decl | /DECL Show declarative security attributes on classes and methods. The default, -without the /DECL option, is to show only the assembly level permission -sets. +without the +.B -decl +option, is to show only the assembly level permission sets. .TP -.I -? | /? | -H[ELP] | /H[ELP] -Display help iinformations about the permview tool. +.I -? | /? | -h[elp] | /h[elp] +Display help informations about the permview tool. .SH EXAMPLES .TP @@ -35,15 +36,15 @@ Display help iinformations about the permview tool. This will show the minimum, optional and refused permissions sets (i.e. the assembly level security actions) that are compiled inside the mscorlib assembly. .TP -.I permview /decl permview.exe +.I permview -decl permview.exe This will show all (assembly, class or method level) declarative security attributes present in the permview.exe assembly. .SH AUTHOR Written by Sebastien Pouliot .SH COPYRIGHT -Copyright (C) 2004 Novell, Inc (http://www.novell.com) +Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) .SH MAILING LISTS -Visit http://mail.ximian.com/mailman/mono-list for details. +Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details. .SH WEB SITE -Visit: http://www.mono-project.com for details +Visit http://www.mono-project.com for details