Updated options and mailing list address and fixed typo.
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 19 Jan 2005 21:12:20 +0000 (21:12 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 19 Jan 2005 21:12:20 +0000 (21:12 -0000)
svn path=/trunk/mono/; revision=39199

man/permview.1

index f6d2542df0d5db61f246c84da90a088da45142b7..846de1a63e1670d7649fd32542532afe6f7370a0 100644 (file)
@@ -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