]> granicus.if.org Git - apache/commitdiff
Remove commas -- they are not used in the other directives' descriptions, either
authorMartin Kraemer <martin@apache.org>
Tue, 28 Aug 2007 14:41:15 +0000 (14:41 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 28 Aug 2007 14:41:15 +0000 (14:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@570445 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_filter.c

index 813fb19895162a8790552f332ba9f263d4cdd428..dfb0fde65bcdcafa337fc14f95b5e4d8bb86ca66 100644 (file)
@@ -848,14 +848,14 @@ static void *filter_merge(apr_pool_t *pool, void *BASE, void *ADD)
 
 static const command_rec filter_cmds[] = {
     AP_INIT_TAKE12("FilterDeclare", filter_declare, NULL, OR_OPTIONS,
-        "filter-name [filter-type]"),
+        "filter-name [filter-type]"),
     /** we don't have a TAKE4, so we have to use RAW_ARGS */
     AP_INIT_RAW_ARGS("FilterProvider", filter_provider, NULL, OR_OPTIONS,
-        "filter-name, provider-name, dispatch--criterion, dispatch-match"),
+        "filter-name provider-name dispatch-criterion dispatch-match"),
     AP_INIT_ITERATE("FilterChain", filter_chain, NULL, OR_OPTIONS,
         "list of filter names with optional [+-=!@]"),
     AP_INIT_TAKE2("FilterTrace", filter_debug, NULL, RSRC_CONF | ACCESS_CONF,
-        "filter-name, debug-level"),
+        "filter-name debug-level"),
 #ifndef NO_PROTOCOL
     AP_INIT_TAKE23("FilterProtocol", filter_protocol, NULL, OR_OPTIONS,
         "filter-name [provider-name] protocol-args"),