]> granicus.if.org Git - apache/commitdiff
+1000 on dirk's change... and add a TODOC: which is the token i used when
authordgaudet <dgaudet@unknown>
Tue, 14 Mar 2000 19:26:43 +0000 (19:26 +0000)
committerdgaudet <dgaudet@unknown>
Tue, 14 Mar 2000 19:26:43 +0000 (19:26 +0000)
doing the initial mpm stuff to indicate required documentation changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84766 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_negotiation.c

index 8d66fe6687abe063261587fcc3bfe788ca72e25c..ca98d3937bf7d0ea14652cc54ee39f4a31abc16c 100644 (file)
@@ -133,6 +133,7 @@ static int do_cache_negotiated_docs(server_rec *s)
 
 static const command_rec negotiation_cmds[] =
 {
+    /* TODOC: CacheNegotiatedDocs now takes a FLAG argument */
     {"CacheNegotiatedDocs", cache_negotiated_docs, NULL, RSRC_CONF, FLAG,
      "Either 'on' or 'off' (default)"},
     {"LanguagePriority", set_language_priority, NULL, OR_FILEINFO, ITERATE,