From eeee4318a52e324ea85e11f43bac1245bd270da8 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Fri, 25 Aug 2006 01:32:45 +0000 Subject: [PATCH] Grammar and typo fixes svn path=/trunk/mono/; revision=64327 --- man/mono-xmltool.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/mono-xmltool.1 b/man/mono-xmltool.1 index 137780a1205..9c9d96c56d5 100644 --- a/man/mono-xmltool.1 +++ b/man/mono-xmltool.1 @@ -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 -- 2.25.1