From: Tony Finch Date: Tue, 21 Mar 2000 19:10:09 +0000 (+0000) Subject: Some TODOCs have been DOCced. X-Git-Tag: APACHE_2_0_ALPHA_2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=898f959cea8f55b0daa310d0ba1ec71d7ce06a6e;p=apache Some TODOCs have been DOCced. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84816 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_core.c b/modules/http/http_core.c index d8573df97a..22b276fdf4 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -2388,10 +2388,7 @@ static const command_rec core_cmds[] = { { "UseCanonicalName", set_use_canonical_name, NULL, RSRC_CONF|ACCESS_CONF, TAKE1, "How to work out the ServerName : Port when constructing URLs" }, -/* TODOC: MaxServers is deprecated */ -/* TODOC: ServersSafetyLimit is deprecated */ /* TODO: RlimitFoo should all be part of mod_cgi, not in the core */ -/* TODOC: BindAddress deprecated */ { "AddModule", add_module_command, NULL, RSRC_CONF, ITERATE, "The name of a module" }, { "ClearModuleList", clear_module_list_command, NULL, RSRC_CONF, NO_ARGS,