]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Forgot the directive's note change for "Any"
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 15 Oct 2001 02:39:37 +0000 (02:39 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 15 Oct 2001 02:39:37 +0000 (02:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91466 13f79535-47bb-0310-9956-ffa450edef68

modules/http/mod_mime.c

index dcc7cca488fd606cdae3de94c354aff0656b5924..3e114ff1080cd2e7044bf828972abe5e705d4700 100644 (file)
@@ -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"),