From 52ca72aedd0f05dc48f101f51383f8d176bf41fe Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Fri, 7 Apr 2006 03:43:06 +0000 Subject: [PATCH] Fix documentation cruft and typo. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1640 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 6 ++++++ doc/example.conf | 8 ++------ doc/readme.who | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 19d7c42..caa10b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-06 Michael Poole + + * doc/example.conf (IAuth): Update to reflect new syntax. + + * doc/readme.who: Fix typo in metasyntactic variable name. + 2006-04-04 Michael Poole * include/patchlevel.h: Update for pre07. diff --git a/doc/example.conf b/doc/example.conf index d90e0c0..46f2f9b 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -723,13 +723,9 @@ Pseudo "LOGIN" { }; # 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] diff --git a/doc/readme.who b/doc/readme.who index a7ba87e..bb16581 100644 --- a/doc/readme.who +++ b/doc/readme.who @@ -41,7 +41,7 @@ with "realname" = "1.2.3.4" when doing "/who 1.2/16 h" :) For both the masks and the options (and thus for all flags) case is NOT significative (so "/who o" is exactly the same as "/who O". -The "options2" part can be as follows: +The "options" part can be as follows: [][%[[,]]] -- 2.20.1