From: tfheen Date: Tue, 16 Sep 2008 08:29:18 +0000 (+0000) Subject: Doc fixes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c825444f7a3436f5c898589a7fbe507852e451;p=varnish Doc fixes esi_syntax is a bitmap, not a restart. max_esi_includes is a number of includes, not a number of restarts (and remove some bit of doc accidentially copied from max_restarts) git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3190 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index 8629b778..c8597e63 100644 --- a/varnish-cache/bin/varnishd/mgt_param.c +++ b/varnish-cache/bin/varnishd/mgt_param.c @@ -728,14 +728,12 @@ static const struct parspec parspec[] = { " 0x00000001 - Don't check if it looks like XML\n" "Use 0x notation and do the bitor in your head :-)\n", 0, - "0", "restarts" }, + "0", "bitmap" }, { "max_esi_includes", tweak_uint, &master.max_esi_includes, 0, UINT_MAX, "Maximum depth of esi:include processing." - "\nBe aware that restarts are likely to cause a hit against " - "the backend, so don't increase thoughtlessly.\n", 0, - "5", "restarts" }, + "5", "includes" }, { "cache_vbe_conns", tweak_bool, &master.cache_vbe_conns, 0, 0, "Cache vbe_conn's or rely on malloc, that's the question.", EXPERIMENTAL,