Merge pull request #4248 from Unity-Technologies/boehm-gc-alloc-fixed
[mono.git] / man / mono-xmltool.1
index 137780a120566c2e6930ead34b1e77509c73193f..13c4928c929d5c17f51df184c463c70cad2052a9 100644 (file)
@@ -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
 .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
 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
 --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
 .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
 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
 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 
 .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
 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
 .SH WEB SITE
 http://www.mono-project.com
 .SH SEE ALSO