aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DTDParser/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-DTDParser/pkg-descr')
-rw-r--r--textproc/p5-XML-DTDParser/pkg-descr6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-DTDParser/pkg-descr b/textproc/p5-XML-DTDParser/pkg-descr
index 8d825dec65a2..6792a24a3c59 100644
--- a/textproc/p5-XML-DTDParser/pkg-descr
+++ b/textproc/p5-XML-DTDParser/pkg-descr
@@ -1,8 +1,8 @@
-This module parses a DTD file and creates a data structure containing
-info about all tags, their allowed parameters, children, parents,
+This module parses a DTD file and creates a data structure containing
+info about all tags, their allowed parameters, children, parents,
optionality etc. etc. etc.
-Note: Parse a DTD you need and print the result to a file using
+Note: Parse a DTD you need and print the result to a file using
Data::Dumper. The datastructure should be selfevident.
Note: The module should be able to parse just about anything, but it intentional