summaryrefslogtreecommitdiff
path: root/modules/http/mod_mime.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-10-15 02:39:37 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-10-15 02:39:37 +0000
commit71c53ab7da702391d0ca16efc6944871309659b7 (patch)
tree665eeba554066ad016fa6fe9d16a9dd6cf0df8e3 /modules/http/mod_mime.c
parent0b6b51130b3860ba17976d4b9741b9a292ded2c7 (diff)
downloadhttpd-71c53ab7da702391d0ca16efc6944871309659b7.tar.gz
Forgot the directive's note change for "Any"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91466 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http/mod_mime.c')
-rw-r--r--modules/http/mod_mime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http/mod_mime.c b/modules/http/mod_mime.c
index dcc7cca488..3e114ff108 100644
--- a/modules/http/mod_mime.c
+++ b/modules/http/mod_mime.c
@@ -412,7 +412,7 @@ AP_INIT_TAKE1("DefaultLanguage", ap_set_string_slot,
(void*)APR_XtOffsetOf(mime_dir_config, default_language), OR_FILEINFO,
"language to use for documents with no other language file extension"),
AP_INIT_ITERATE("MultiviewsMatch", multiviews_match, NULL, OR_FILEINFO,
- "Handlers and/or Filters, or NegotiatedOnly (neither)"),
+ "NegotiatedOnly (default), Handlers and/or Filters, or Any"),
AP_INIT_ITERATE("RemoveCharset", remove_extension_info,
(void *)APR_XtOffsetOf(extension_info, charset_type), OR_FILEINFO,
"one or more file extensions"),