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:
authorSebastien Pouliot <sebastien@ximian.com>2005-01-20 00:12:20 +0300
committerSebastien Pouliot <sebastien@ximian.com>2005-01-20 00:12:20 +0300
commitcf415eb3ca9955987431d58ba64fc1c462bfc9e2 (patch)
treee5eef46c0847d474014311bd89e3090ad76a2ae6 /man
parentd077acb7535d8627da670d8f3554f7f845552f80 (diff)
Updated options and mailing list address and fixed typo.
svn path=/trunk/mono/; revision=39199
Diffstat (limited to 'man')
-rw-r--r--man/permview.123
1 files changed, 12 insertions, 11 deletions
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