Documentation fixes.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 2 Oct 2012 21:49:32 +0000 (17:49 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 2 Oct 2012 21:49:32 +0000 (17:49 -0400)
NEWS
install.txt

diff --git a/NEWS b/NEWS
index 008cdf7eb7f929c882a43f8b6d2b0bfb5d70fc4c..0d90965cafa384674a3a813845a85185ecd48503 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,7 @@
   irkerd now uses green threads, with much lower overhead.
   Fix a bug in handling of channel names with no prefix.
 
-1.4 @ 2012-10-01
+1.4 @ 2012-10-02
   Graceful handling of server disconnects and kicks.
   Distribution now inclues an installable irkerd plist for Mac OS/X.
   The color variable is no longer boolean; may be miRC or ANSI.
@@ -29,7 +29,8 @@
 
 1.5 @
   Mercurial support.
-  Shorten nick negatiation by choosing a random bick base from a large range.
+  Shorten nick negotiation by choosing a random bick base from a large range.
+  Make irkerd exit cleanly on control-C.
 
 
 
index 0ed1d53cbecd5ef88fe85f541a67231843be1e3b..d4db5851ba56a8ada0cf6a3fc86dbf4371dd9668 100644 (file)
@@ -41,7 +41,7 @@ installed to launch irkerd as a boot-time service on that system.
 
 Under git, a call to irkerhook.py should be installed in the update 
 hook script of your repo.  Under Subversion, the call goes in your
-repo's post-commit script. Under Mercurial there are twi different
+repo's post-commit script. Under Mercurial there are two different
 ways to install it. See the irkerhook manual page for details.
 
 == Testing ==