Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2006-04-07 03:43:17 UTC

Modified files:
  Tag: u2_10_12_branch
     doc/readme.who doc/example.conf ChangeLog

Log message:

Fix documentation cruft and typo.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.88 ircu2.10/ChangeLog:1.710.2.89
--- ircu2.10/ChangeLog:1.710.2.88       Tue Apr  4 16:29:30 2006
+++ ircu2.10/ChangeLog  Thu Apr  6 20:43:06 2006
@@ -1,3 +1,9 @@
+2006-04-06  Michael Poole <[EMAIL PROTECTED]>
+
+       * doc/example.conf (IAuth): Update to reflect new syntax.
+
+       * doc/readme.who: Fix typo in metasyntactic variable name.
+
 2006-04-04  Michael Poole <[EMAIL PROTECTED]>
 
        * include/patchlevel.h: Update for pre07.
Index: ircu2.10/doc/example.conf
diff -u ircu2.10/doc/example.conf:1.61.2.6 ircu2.10/doc/example.conf:1.61.2.7
--- ircu2.10/doc/example.conf:1.61.2.6  Wed Feb 15 19:49:54 2006
+++ ircu2.10/doc/example.conf   Thu Apr  6 20:43:06 2006
@@ -723,13 +723,9 @@
 };
 
 # You can ask a separate server whether to allow users to connect.
-# Uncomment this ONLY if you have an iauthd set up.
+# Uncomment this ONLY if you have an iauth helper program.
 # IAuth {
-#  pass = "ircd-iauth";
-#  host = "127.0.0.1";
-#  port = 7700;
-#  connectfreq = 30;
-#  timeout = 60;
+#  program = "../path/to/iauth" "-n" "options go here";
 # };
 
 # [features]
Index: ircu2.10/doc/readme.who
diff -u ircu2.10/doc/readme.who:1.4 ircu2.10/doc/readme.who:1.4.2.1
--- ircu2.10/doc/readme.who:1.4 Sun May  9 18:32:52 2004
+++ ircu2.10/doc/readme.who     Thu Apr  6 20:43:06 2006
@@ -41,7 +41,7 @@
 For both the masks and the options (and thus for all flags) case is NOT
 significative (so "/who <any> o" is exactly the same as "/who <ANY> O".
 
-The "options2" part can be as follows:
+The "options" part can be as follows:
 
  [<flags>][%[<fields>[,<querytype>]]]
 
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to