From: TJ S. <cas...@us...> - 2010-09-29 00:02:31
|
Update of /cvsroot/pdd/Userguide/directives/sgml In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18380 Modified Files: AllowGroup DenyGroup Log Message: Typos. Index: AllowGroup =================================================================== RCS file: /cvsroot/pdd/Userguide/directives/sgml/AllowGroup,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** AllowGroup 12 Feb 2004 04:00:52 -0000 1.8 --- AllowGroup 29 Sep 2010 00:02:16 -0000 1.9 *************** *** 73,77 **** to the explicit allow to apply. In order to treat the expression as a boolean "OR" list, meaning that ANY of the elements must evaluate to logically ! true, use the optional "AND" keyword. Similarly, to treat the expression as a regular expression, use the "regex" keyword. </para> --- 73,77 ---- to the explicit allow to apply. In order to treat the expression as a boolean "OR" list, meaning that ANY of the elements must evaluate to logically ! true, use the optional "OR" keyword. Similarly, to treat the expression as a regular expression, use the "regex" keyword. </para> Index: DenyGroup =================================================================== RCS file: /cvsroot/pdd/Userguide/directives/sgml/DenyGroup,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** DenyGroup 12 Feb 2004 04:10:53 -0000 1.8 --- DenyGroup 29 Sep 2010 00:02:16 -0000 1.9 *************** *** 74,78 **** to the explicit deny to apply. In order to treat the expression as a boolean "OR" list, meaning that ANY of the elements must evaluate to logically ! true, use the optional "AND" keyword. Similarly, to treat the expression as a regular expression, use the "regex" keyword. </para> --- 74,78 ---- to the explicit deny to apply. In order to treat the expression as a boolean "OR" list, meaning that ANY of the elements must evaluate to logically ! true, use the optional "OR" keyword. Similarly, to treat the expression as a regular expression, use the "regex" keyword. </para> |