Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2008-02-15 23:49:00 +0300
committerSebastien Pouliot <sebastien@ximian.com>2008-02-15 23:49:00 +0300
commit3a8e1525076b4353e70aa64cc11de4e51ca9d0b1 (patch)
tree796c37a240c4e01f45d54bdde9cd16761b21117a /gendarme/man
parent5ae5988b0d1603138509f5ae41161cda681b939b (diff)
2008-02-15 Sebastien Pouliot <sebastien@ximian.com>
* gendarme.1.in: Update description and mailing-list. Change --debug to -v svn path=/trunk/mono-tools/; revision=95831
Diffstat (limited to 'gendarme/man')
-rw-r--r--gendarme/man/ChangeLog5
-rw-r--r--gendarme/man/gendarme.1.in18
2 files changed, 16 insertions, 7 deletions
diff --git a/gendarme/man/ChangeLog b/gendarme/man/ChangeLog
index 23ddecad..b3742cde 100644
--- a/gendarme/man/ChangeLog
+++ b/gendarme/man/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-15 Sebastien Pouliot <sebastien@ximian.com>
+
+ * gendarme.1.in: Update description and mailing-list.
+ Change --debug to -v
+
2008-02-11 Sebastien Pouliot <sebastien@ximian.com>
* gendarme.1.in: Fix version number (from Mono version to Gendarme)
diff --git a/gendarme/man/gendarme.1.in b/gendarme/man/gendarme.1.in
index 31ab36c8..ed2fc404 100644
--- a/gendarme/man/gendarme.1.in
+++ b/gendarme/man/gendarme.1.in
@@ -4,7 +4,7 @@
.\" Author:
.\" Sebastien Pouliot <sebastien@ximian.com>
.\"
-.\" Copyright (C) 2005-2006 Novell, Inc (http://www.novell.com)
+.\" Copyright (C) 2005-2006,2008 Novell, Inc (http://www.novell.com)
.\"
.de Sp
@@ -13,12 +13,16 @@
..
.TH Gendarme "Gendarme @GENDARME_VERSION@"
.SH NAME
-Gendarme \- Rule-based assembly verifier
+Gendarme \- Rule-based code analysis for Mono::
.SH SYNOPSIS
.PP
.B gendarme [--config configfile] [--set ruleset] [--log file | --xml file | --html file] [--quiet] [--debug] assemblies ...
.SH DESCRIPTION
-\fIgendarme\fP is a rule-based assembly verifier.
+\fIGendarme\fP is a extensible rule-based tool to find problems in .NET
+applications and libraries. Gendarme inspects programs and libraries that
+contain code in ECMA CIL format (Mono and .NET) and looks for common
+problems with the code, problems that compiler do not typically check or
+have not historically checked.
.SH OPTIONS
.TP
.I "--config configfile"
@@ -39,8 +43,8 @@ Save the output, formatted as HTML, to the specified file.
.I "--quiet"
Display minimal output (results) from the runner.
.TP
-.I "--debug"
-Enable debugging output.
+.I "--v|verbose"
+Enable debugging output. You can supply several -v to augment debugging verbosity.
.TP
.I "assemblies ..."
Specify the assemblies to verify. You can specify multiple filenames,
@@ -54,10 +58,10 @@ This files contains a list of all the rulesets available to Gendarme. Each
ruleset includes a list of assemblies in which some, or all, rules can be
verified (include) or not (exclude).
.SH COPYRIGHT
-Copyright (C) 2005-2006 Novell, Inc (http://www.novell.com)
+Copyright (C) 2005-2008 Novell, Inc (http://www.novell.com)
.SH MAILING LISTS
Mailing lists are listed at the
-http://www.mono-project.com/Mailing_Lists
+http://groups.google.com/group/gendarme
.SH WEB SITE
http://www.mono-project.com/Gendarme
.SH SEE ALSO