Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / mdvalidater.1
1 .\" 
2 .\" mdvalidator manual page.
3 .\" (C) 2006 Jonathan Pryor
4 .\" Author:
5 .\"   Jonathan Pryor (jonpryor@vt.edu)
6 .\"
7 .de Sp \" Vertical space (when we can't use .PP)
8 .if t .sp .5v
9 .if n .sp
10 ..
11 .TH "mdvalidator" 1
12 .SH NAME
13 mdvalidator \- Validate XML Documents against the ECMA Documentation Schema
14 .SH SYNOPSIS
15 .B mdvalidator
16 PROVIDER
17 [FILES]+
18 .SH DESCRIPTION
19 \fImdvalidator\fR has been obsoleted by \fBmdoc\fR(1).  See the
20 \fBmdoc-validate\fR(1) man page.
21 .PP
22 .I mdvalidator
23 is a program that validates the specified 
24 .I FILES
25 against the ECMA Documentation Schema.
26 .PP
27 The Schema also supports the
28 .I index.xml
29 and
30 .I namespace-name.xml
31 files generated by 
32 .I monodocer
33 , so all output produced by 
34 .I monodocer
35 can be validated.
36 .PP
37 .SH PROVIDER
38 The following providers are supported:
39 .TP
40 .I ecma
41 Validate the input files against the ECMA Documentation Schema.
42 .PP
43 .SH EXAMPLES
44 To validate the 
45 .I monodocer
46 output stored within a directory (and all ECMA documentation within all
47 sub-directories, recursively), use:
48 .nf
49         mdvalidator ecma /path/to/ecma/docs
50 .fi
51 .PP
52 .SH MAILING LISTS
53 .TP
54 Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for details.
55 .SH WEB SITE
56 Visit http://www.mono-project.com for details