summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2003-12-07 01:46:44 +0000
committerIan C <ianc@noddybox.co.uk>2003-12-07 01:46:44 +0000
commit787bb7625c9abc6b09efbc6bbe004a19d4b96166 (patch)
tree87b38cae639ced0b5a705a3d1e45d977ea419756 /doc
parentf1658930db64af8fecff9c8697592f676114409c (diff)
Made RE compiled once and added memory release
Diffstat (limited to 'doc')
-rw-r--r--doc/INSTRUCTION9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/INSTRUCTION b/doc/INSTRUCTION
index 921d8ee..ef0cdc6 100644
--- a/doc/INSTRUCTION
+++ b/doc/INSTRUCTION
@@ -16,7 +16,8 @@ a special keyword in a subject header to be used.
Config file format
==================
-The kbs config file is read from $HOME/.kbsrc and is in the form:
+The kbs config file is read from $HOME/.kbsrc and has sections in the suggested
+order:
[config settings]
@@ -34,9 +35,9 @@ includes spaces, simple quote them (with either single or double quotes).
Note that escapes aren't used (to make regular expression writing easier), so
if you want to include a quote in a string, simply use the other sort of quote.
-If you want both, you're stuck!
+If you want both, sorry, you're stuck!
-To see and example kbsrc file, see kbsrc in the src directory.
+To see an example kbsrc file, see kbsrc in the src directory.
Config settings
@@ -151,4 +152,4 @@ domain.
-------------------------------------------------------------------------------
-$Id: INSTRUCTION,v 1.2 2003-12-05 02:33:05 ianc Exp $
+$Id: INSTRUCTION,v 1.3 2003-12-07 01:46:44 ianc Exp $