]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Minor changes to comments in two utility scripts.
authorAron Roberts <aron@socrates.berkeley.edu>
Mon, 16 Mar 2009 19:16:11 +0000 (19:16 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Mon, 16 Mar 2009 19:16:11 +0000 (19:16 +0000)
sandbox/aron/schema/rng-to-xsd.sh
sandbox/aron/schema/validate-rng.sh

index 9acc354a93f401e15ec4cb4755229f3bff048a66..053b369bc453b80a8690c2aed4ee8ba051d7c050 100644 (file)
@@ -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 $
index 5b0e3a49ec50cbd47b60ee3f43168f403b1afdb7..5cc51a9bf66f3d578b01d90cb794af078d2d6b53 100644 (file)
@@ -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 $