[master] 933714d06 docs: Avoid double indirection

Walid Boudebouda walid.boudebouda at gmail.com
Thu Sep 4 12:21:05 UTC 2025


commit 933714d062e1a8e7959d1cdd32289cd460619b7e
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date:   Thu Sep 4 11:44:42 2025 +0200

    docs: Avoid double indirection
    
    vcl(7)_ban in turn points to std.ban()

diff --git a/include/tbl/cli_cmds.h b/include/tbl/cli_cmds.h
index 6f5eb5c90..3c398575b 100644
--- a/include/tbl/cli_cmds.h
+++ b/include/tbl/cli_cmds.h
@@ -45,7 +45,7 @@ CLI_CMD(BAN,
 	"ban",
 	"ban <field> <operator> <arg> [&& <field> <oper> <arg> ...]",
 	"Mark obsolete all objects where all the conditions match.",
-	"  See :ref:`vcl(7)_ban` for details",
+	"  See :ref:`std.ban()` for details",
 	3, -1
 )
 


More information about the varnish-commit mailing list