From 0d42b9086a7daa2871b8e1127ecb81cd99d23f69 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Tue, 28 Aug 2007 14:41:15 +0000 Subject: [PATCH] Remove commas -- they are not used in the other directives' descriptions, either git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@570445 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/mod_filter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/filters/mod_filter.c b/modules/filters/mod_filter.c index 813fb19895..dfb0fde65b 100644 --- a/modules/filters/mod_filter.c +++ b/modules/filters/mod_filter.c @@ -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"), -- 2.40.0