* mdvalidator.1: Rename to mdvalidater.1.
authorJonathan Pryor <jpryor@novell.com>
Sat, 18 Oct 2008 19:25:44 +0000 (19:25 -0000)
committerJonathan Pryor <jpryor@novell.com>
Sat, 18 Oct 2008 19:25:44 +0000 (19:25 -0000)
* Makefile.am (man_MANS): Rename to mdvalidator.1 to mdvalidater.1.

svn path=/trunk/mono/; revision=116389

1  2 
man/ChangeLog
man/Makefile.am
man/mdvalidater.1
man/mdvalidator.1

diff --cc man/ChangeLog
index ba48f96469d91cd2591ee59a7aa634769b7b019f,2d9b4d7f7c2ba687bd61bfd07fde534fa8b022b7..23a896fdba9eccf327dbcc08f264dcb25b199e7b
@@@ -1,7 -1,3 +1,12 @@@
++2008-10-18  Jonathan Pryor  <jpryor@novell.com>
++
++      * mdvalidator.1: Rename to mdvalidater.1.
++      * Makefile.am (man_MANS): Rename to mdvalidator.1 to mdvalidater.1.
++
 +2008-10-18  Jonathan Pryor  <jpryor@novell.com>
 +
 +      * Makefile.am (man_MANS): Add mdoc.5 and mono-config.5.
 +
  2008-10-18  Mark Probst  <mark.probst@gmail.com>
  
        * mono.1: Documentation for "--no-x86-stack-align" option.
diff --cc man/Makefile.am
index 5cd7856402cfc0d15d80aa98d2d9dfb8c65f5510,7527b1b2fc12e8872bd398d511315ac8a714c607..77fb9fb8c2b638795fcb434949ce9a4ed5561cc2
@@@ -26,7 -25,7 +26,7 @@@ man_MANS = 
        mdoc-export-msxdoc.1  \
        mdoc-update.1         \
        mdoc-validate.1       \
--      mdvalidator.1         \
++      mdvalidater.1         \
        mkbundle.1            \
        mono.1                \
        mono-cil-strip.1      \
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..902640bc538d1d613f26e5891af8e3efe5fede26
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,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
diff --cc man/mdvalidator.1
index 902640bc538d1d613f26e5891af8e3efe5fede26,902640bc538d1d613f26e5891af8e3efe5fede26..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,56 -1,56 +1,0 @@@
--.\" 
--.\" 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