Commit 4b9b71b6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove a comment overtaken by events.

parent ad6bf9c0
......@@ -44,12 +44,6 @@
"\tmax_pool\tmaximum size of free pool.\n" \
"\tmax_age\tmax age of free element."
/*
* Remember to update varnishd.1 whenever you add / remove a parameter or
* change its default value.
* XXX: we should generate the relevant section of varnishd.1 from here.
*/
struct parspec mgt_parspec[] = {
{ "user", tweak_user, NULL, NULL, NULL,
"The unprivileged user to run as.",
......@@ -64,7 +58,7 @@ struct parspec mgt_parspec[] = {
" everybody can run it. This parameter makes it possible"
" to add an extra group to the sandbox process which runs the"
" cc_command, in order to gain access to such a restricted"
" c-compiler.",
" C-compiler.",
ONLY_ROOT,
"" },
{ "default_ttl", tweak_timeout, &mgt_param.default_ttl,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment