[master] 361070ea0 Reformat to avoid backslashes which makes Flexelint break out in hives.

Poul-Henning Kamp phk at FreeBSD.org
Tue Mar 5 22:52:07 UTC 2019


commit 361070ea0a8c85b815e5678ad0ae3fb8d13caa23
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Mar 5 22:50:18 2019 +0000

    Reformat to avoid backslashes which makes Flexelint break out in hives.

diff --git a/include/tbl/cli_cmds.h b/include/tbl/cli_cmds.h
index ee0da1bd5..f886f94db 100644
--- a/include/tbl/cli_cmds.h
+++ b/include/tbl/cli_cmds.h
@@ -284,7 +284,7 @@ CLI_CMD(BACKEND_LIST,
 	"    * ``deleted``: Backend has been deleted, but not yet cleaned\n"
 	"      up.\n\n"
 	"    Admin has precedence over Health\n\n"
-	"  * Probe *X*\\ /\\ *Y*: *X* out of *Y* checks have succeeded\n\n"
+	"  * Probe ``X/Y``: *X* out of *Y* checks have succeeded\n\n"
 	"    *X* and *Y* are backend specific and may represent probe checks,\n"
 	"    other backends or any other metric.\n\n"
 	"    If there is no probe or the director does not provide details on\n"


More information about the varnish-commit mailing list