Update of /cvsroot/radmind/radmind/man
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13893
Modified Files:
radmind.8
Log Message:
Updated manpage for wildcard patch #1488099.
Index: radmind.8
===================================================================
RCS file: /cvsroot/radmind/radmind/man/radmind.8,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** radmind.8 7 Feb 2006 16:32:01 -0000 1.32
--- radmind.8 4 Aug 2006 15:58:03 -0000 1.33
***************
*** 58,63 ****
with a '#', it is ignored and treated as an in-line comment.
.sp
! Lines that are blank or begin with '#' are ignored. '*' is a wildcard and
! will match any string. A number range can be given
by "<\c
.IR min -\c
--- 58,64 ----
with a '#', it is ignored and treated as an in-line comment.
.sp
! Lines that are blank or begin with '#' are ignored. There are several
! supported wildcard patterns similar to shell globbing.
! '*' will match any string. A number range can be given
by "<\c
.IR min -\c
***************
*** 67,72 ****
is the lower bound and
.I max
! is the upper bound. '\\'
! can be used to escape any character.
.sp
A client is only given access to command files and transcripts
--- 68,77 ----
is the lower bound and
.I max
! is the upper bound. '?' matches any single character. The square bracket
! character list, "[abcd]",
! will match any single character within the brackets. Comma-separated
! values contained in curly braces, "{riverrun,past,Eve}"
! will match the first whole string found. '\\'
! can be used to escape any character.
.sp
A client is only given access to command files and transcripts
|