and surely you agree that this is preferable.
+== Usage ==
+
+Either,
+
+ $ djbdns-logparse < logfile
+
+or
+
+ $ djbdns-logparse log1 [log2 [log3 ...]]
+
+
== Requirements ==
There are only two:
* https://www.dqd.com/~mayoff/notes/djbdns/tinydns-log.html
* https://www.dqd.com/~mayoff/notes/djbdns/dnscache-log.html
+
+
+== Tests ==
+
+The (doctest) test suite can be run with either setuptools,
+
+ $ python setup.py test
+
+or using tox,
+
+ $ tox
+
+Or, you can just run them manually:
+
+ $ python -m doctest -v djbdns/*.py