From: phk Date: Mon, 18 Feb 2008 12:00:19 +0000 (+0000) Subject: Uncapitalize DIAGNOSTICS, since diag_bitmap is not related to the X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c82117406c00a41c6dbb6e882f213999653e9b5a;p=varnish Uncapitalize DIAGNOSTICS, since diag_bitmap is not related to the #ifdef, which we retain for really heavy duty instrumentation, should we ever need that. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2512 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index 5580d76c..b89d7379 100644 --- a/varnish-cache/bin/varnishd/mgt_param.c +++ b/varnish-cache/bin/varnishd/mgt_param.c @@ -637,7 +637,7 @@ static const struct parspec parspec[] = { 0, "8192", "bytes" }, { "diag_bitmap", tweak_diag_bitmap, 0, 0, 0, - "Bitmap controlling DIAGNOSTICS code:\n" + "Bitmap controlling diagnostics code:\n" " 0x00000001 - CNT_Session states.\n" " 0x00000002 - workspace debugging.\n" " 0x00000004 - kqueue debugging.\n"