rbowen 2002/11/17 14:48:43
Modified: htdocs/manual/mod core.html.en
Log:
A somewhat trivial change. Inserted a space in the [] character set
reference, as many fonts make this look like a box if there is no space
between them. So [] becomes [ ].
Revision Changes Path
1.242 +1 -1 httpd-docs-1.3/htdocs/manual/mod/core.html.en
Index: core.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- core.html.en 17 Nov 2002 20:52:40 -0000 1.241
+++ core.html.en 17 Nov 2002 22:48:42 -0000 1.242
@@ -840,7 +840,7 @@
<em>Directory-path</em> is either the full path to a directory,
or a wild-card string. In a wild-card string, `?' matches any
single character, and `*' matches any sequences of characters.
- As of Apache 1.3, you may also use `[]' character ranges like
+ As of Apache 1.3, you may also use `[ ]' character ranges like
in the shell. Also as of Apache 1.3 none of the wildcards match
a `/' character, which more closely mimics the behavior of
Unix shells. Example:</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]