More documentation fixes.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 27 Sep 2012 20:41:39 +0000 (16:41 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 27 Sep 2012 20:41:39 +0000 (16:41 -0400)
BUGS
README

diff --git a/BUGS b/BUGS
index baf31692e197dffd8bd4f4e5a2f05e32b29faa0c..44b510068ed94e57a346cd707785a043905f1a42 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -6,8 +6,8 @@ a replacement needed to be fielded immediately.
 
 * Testing has been minimal.
 
-* There is one report of unexplainedly high CPU usage by the daemon when
+* There is one report of unexplainedly high CPU usage by irkerd when
   processing UDP requests.
 
 * Despite what the header comment implies, the URL prefix and message template
-  can at present only be modified by hacking the script.
+  in irkerhook.py can at present only be modified by hacking the script.
diff --git a/README b/README
index 39a73d8424e51e69e399668ec3e709ee45ad2457..0794147f32db63f3de434b081cc0c4cd7cf73521 100644 (file)
--- a/README
+++ b/README
@@ -1,15 +1,14 @@
-       irker - submission tool for IRC notifications
+       irker - submission tools for IRC notifications
 
-irker is a specialized IRC client that runs as a daemon, allowing 
+irkerd is a specialized IRC client that runs as a daemon, allowing 
 other programs to ship IRC notifications by sending JSON objects to a 
 listening socket. 
 
-It is meant to be used by hook scripts in version- control
+It is meant to be used by hook scripts in version-control
 repositories, allowing them to send commit notifications to project
-IRC channels.  A hook script supporting git and Subversion
-is included.
-
-See the install.txt file for installation instructions.
+IRC channels.  A hook script, irkerhook.py, supporting git and
+Subversion is included in the dustribution; see the install.txt file
+for installation instructions.
 
 There's an alpha-stage proxy that takes CIA XML-RPC notofications 
 and passes them to a local irker instance. Find it here:
@@ -17,7 +16,7 @@ and passes them to a local irker instance. Find it here:
     https://github.com/nenolod/irker-cia-proxy
 
 Due to the abrupt death of cia.vc in late September 2012 the
-inmitial release of this software was a bit rushed.  See the file
+initial release of this software was a bit rushed.  See the file
 BUGS for known problems.
 
                                                Eric S. Raymond