Grammar and typo fixes
authorAlp Toker <alp@mono-cvs.ximian.com>
Fri, 25 Aug 2006 01:32:45 +0000 (01:32 -0000)
committerAlp Toker <alp@mono-cvs.ximian.com>
Fri, 25 Aug 2006 01:32:45 +0000 (01:32 -0000)
svn path=/trunk/mono/; revision=64327

man/mono-xmltool.1

index 137780a120566c2e6930ead34b1e77509c73193f..9c9d96c56d5e790eb6c1175e4064890b7325a404 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
-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