From e4c3dc5c0d1dc9cdd47fdb4ffb1ac49b9b768e5b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 19 Jan 2004 13:26:55 +0000 Subject: prelimernary documentation git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@42 dbf6933d-3bce-0310-9bcc-ed052ba35b35 --- conf/msntab | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'conf/msntab') 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 -- cgit