summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-19 13:26:55 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-19 13:26:55 +0000
commite4c3dc5c0d1dc9cdd47fdb4ffb1ac49b9b768e5b (patch)
tree1517947448ad0dc962770f5636efb1a520ded994 /conf
parent2db4e16e39a91180dae55014176b20efa0b0c686 (diff)
prelimernary documentation
git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@42 dbf6933d-3bce-0310-9bcc-ed052ba35b35
Diffstat (limited to 'conf')
-rw-r--r--conf/msntab10
1 files changed, 7 insertions, 3 deletions
diff --git a/conf/msntab b/conf/msntab
index 4b063d3..0cfda89 100644
--- a/conf/msntab
+++ b/conf/msntab
@@ -17,7 +17,11 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-# The MSNs are matched with standard POSIX shell globbing.
+# The MSNs are matched with an extended POSIX shell glob matcher based
+# on fnmatch(3). The extension is: you may specifiy more than one glob
+# expression separated by commas ore semicolons. If you specify a
+# tilde as first character regular expression matching (see regexec(3)
+# for more information) is used instead.
# The options defined are:
# rings=n -> specify after how many rings a call should be accepted
@@ -33,8 +37,8 @@
# If no line matches, the call is ignored.
-# local MSN remote MSN options action
-* * rings=8,pipehack ivam-autobox
+# local MSN remote MSN options action
+* * rings=8,pipehack ivam-autobox
# Some more examples