* 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

man/ChangeLog
man/Makefile.am
man/mdvalidater.1 [new file with mode: 0644]
man/mdvalidator.1 [deleted file]

index ba48f96469d91cd2591ee59a7aa634769b7b019f..23a896fdba9eccf327dbcc08f264dcb25b199e7b 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 5cd7856402cfc0d15d80aa98d2d9dfb8c65f5510..77fb9fb8c2b638795fcb434949ce9a4ed5561cc2 100644 (file)
@@ -26,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      \
diff --git a/man/mdvalidater.1 b/man/mdvalidater.1
new file mode 100644 (file)
index 0000000..902640b
--- /dev/null
@@ -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
diff --git a/man/mdvalidator.1 b/man/mdvalidator.1
deleted file mode 100644 (file)
index 902640b..0000000
+++ /dev/null
@@ -1,56 +0,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