From c82117406c00a41c6dbb6e882f213999653e9b5a Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 18 Feb 2008 12:00:19 +0000 Subject: [PATCH] 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 --- varnish-cache/bin/varnishd/mgt_param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5