Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / mono-xmltool.1
index 137780a120566c2e6930ead34b1e77509c73193f..e0c897d260dccc666581fd22670e671ec87ede2b 100644 (file)
@@ -9,7 +9,7 @@
 .if t .sp .5v
 .if n .sp
 ..
-.TH mono-xmltool "Mono 1.0"
+.TH Mono "mono-xmltool"
 .SH NAME
 mono-xmltool \- Mono XML validation and transformation tool. 
 .SH SYNOPSIS
@@ -30,7 +30,7 @@ mono-xmltool \- Mono XML validation and transformation tool.
 .PP
 .SH DESCRIPTION
 \fImono-xmltool\fP is a command line front end for various functions
-available in the Mono XML class libraries, currently it offers
+available in the Mono XML class libraries. It currently it offers
 validation with various different kinds of schemas, xslt
 transformations and pretty printing.
 .PP
@@ -46,7 +46,7 @@ extension to guess the kind of validation required.  The
 --validate-xxx flags would force a specific kind of validation.
 .PP
 The following lists the flags and the actual class that implements
-this in Mono:
+them in Mono:
 .TP
 .I --validate-rng 
 .Sp
@@ -66,11 +66,11 @@ validator.
 System.Xml.Schema.XmlSchema as the schema and uses
 System.Xml.XmlValidatingReader as the validator.
 .SH TRANSFORMATIONS
-This does an XSLT transformation, the stylesheet must be an XSLT file,
+This does an XSLT transformation. The stylesheet must be an XSLT file,
 the instance-xml is the document to be processed.  Output it sent to
 the standard output.
 .SH PRETTY PRINTING
-Produces a prett-print rendering of the 
+Produces a pretty-print rendering of the 
 .I source
 file.  If it is not
 specified it reads the standard input.   If 
@@ -78,7 +78,7 @@ specified it reads the standard input.   If
 is not specified, the output is sent to the standard output.
 .SH MAILING LISTS
 Mailing lists are listed at the
-http://www.mono-project.com/Mailing_Lists
+http://www.mono-project.com/community/help/mailing-lists/
 .SH WEB SITE
 http://www.mono-project.com
 .SH SEE ALSO