From: William A. Rowe Jr Date: Mon, 15 Oct 2001 02:39:37 +0000 (+0000) Subject: Forgot the directive's note change for "Any" X-Git-Tag: 2.0.26~14 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=71c53ab7da702391d0ca16efc6944871309659b7;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/http/mod_mime.c b/modules/http/mod_mime.c index dcc7cca488f..3e114ff1080 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"),