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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2008-10-18 23:25:44 +0400
committerJonathan Pryor <jpryor@novell.com>2008-10-18 23:25:44 +0400
commit2e7a77d597a501f35160a62c05dcbe8b8864aa4b (patch)
treef8bc252a0bb616ed059ad620120fef7fcfac621f /man/mdvalidater.1
parent87eee7f25d66b552903a0732d5ea2214b5e6abed (diff)
parentb5fc24ea887d41897182e18c578f9001202dfd17 (diff)
* mdvalidator.1: Rename to mdvalidater.1.
* Makefile.am (man_MANS): Rename to mdvalidator.1 to mdvalidater.1. svn path=/trunk/mono/; revision=116389
Diffstat (limited to 'man/mdvalidater.1')
-rw-r--r--man/mdvalidater.156
1 files changed, 56 insertions, 0 deletions
diff --git a/man/mdvalidater.1 b/man/mdvalidater.1
new file mode 100644
index 00000000000..902640bc538
--- /dev/null
+++ b/man/mdvalidater.1
@@ -0,0 +1,56 @@
+.\"
+.\" mdvalidator manual page.
+.\" (C) 2006 Jonathan Pryor
+.\" Author:
+.\" Jonathan Pryor (jonpryor@vt.edu)
+.\"
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.TH "mdvalidator" 1
+.SH NAME
+mdvalidator \- Validate XML Documents against the ECMA Documentation Schema
+.SH SYNOPSIS
+.B mdvalidator
+PROVIDER
+[FILES]+
+.SH DESCRIPTION
+\fImdvalidator\fR has been obsoleted by \fBmdoc\fR(1). See the
+\fBmdoc-validate\fR(1) man page.
+.PP
+.I mdvalidator
+is a program that validates the specified
+.I FILES
+against the ECMA Documentation Schema.
+.PP
+The Schema also supports the
+.I index.xml
+and
+.I namespace-name.xml
+files generated by
+.I monodocer
+, so all output produced by
+.I monodocer
+can be validated.
+.PP
+.SH PROVIDER
+The following providers are supported:
+.TP
+.I ecma
+Validate the input files against the ECMA Documentation Schema.
+.PP
+.SH EXAMPLES
+To validate the
+.I monodocer
+output stored within a directory (and all ECMA documentation within all
+sub-directories, recursively), use:
+.nf
+ mdvalidator ecma /path/to/ecma/docs
+.fi
+.PP
+.SH MAILING LISTS
+.TP
+Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for details.
+.SH WEB SITE
+Visit http://www.mono-project.com for details