]> err.no Git - varnish/commitdiff
Uncapitalize DIAGNOSTICS, since diag_bitmap is not related to the
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Feb 2008 12:00:19 +0000 (12:00 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Feb 2008 12:00:19 +0000 (12:00 +0000)
#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

index 5580d76c34406863c6710834e6e00f6ddca958b2..b89d737933d33431e345fdc847a0a89ab55b407a 100644 (file)
@@ -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"