From: Aron Roberts Date: Mon, 16 Mar 2009 19:16:11 +0000 (+0000) Subject: Minor changes to comments in two utility scripts. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=d0cff297d8025fcd257bad461aea9a634d3b9c2b;p=tmp%2Fjakarta-migration.git Minor changes to comments in two utility scripts. --- diff --git a/sandbox/aron/schema/rng-to-xsd.sh b/sandbox/aron/schema/rng-to-xsd.sh index 9acc354a9..053b369bc 100644 --- a/sandbox/aron/schema/rng-to-xsd.sh +++ b/sandbox/aron/schema/rng-to-xsd.sh @@ -7,9 +7,9 @@ # # Requires two arguments: # - Filename of the RELAX NG schema document. -# (or the full path to this document, if it is not in the current directory) +# (Or the full path to this document, if it is not in the current directory.) # - Filename of the new W3C XML Schema document to be created. -# (or the full path to this document, if it is not in the current directory) +# (Or the full path to this document, if it is not in the current directory.) # # $Author: aron $ # $Revision: 57 $ diff --git a/sandbox/aron/schema/validate-rng.sh b/sandbox/aron/schema/validate-rng.sh index 5b0e3a49e..5cc51a9bf 100644 --- a/sandbox/aron/schema/validate-rng.sh +++ b/sandbox/aron/schema/validate-rng.sh @@ -5,9 +5,9 @@ # # Requires two arguments: # - Filename of the RELAX NG schema document. -# (or the full path to this document, if it is not in the current directory) -# - Filename of the XML instance document -# (or the full path to this document, if it is not in the current directory) +# (Or the full path to this document, if it is not in the current directory.) +# - Filename of the XML instance document. +# (Or the full path to this document, if it is not in the current directory.) # # $Author: aron $ # $Revision: 57 $