[master] 6b06573 Fix markup of function list

Tollef Fog Heen tfheen at varnish-cache.org
Tue Oct 16 14:23:41 CEST 2012


commit 6b065731e82ca2ff241e99fa0e5fc42c08ff4152
Author: Magnus Hagander <magnus at hagander.net>
Date:   Tue Oct 16 14:23:16 2012 +0200

    Fix markup of function list
    
    ban() was previously not in bold on the man page. Turn it into two
    separate entries with separate descritions to fix that.

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index c87ade4..4971315 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -326,6 +326,7 @@ regsuball(str, regex, sub)
   As regsub() but this replaces all occurrences.
 
 ban(ban expression)
+  Bans all objects in cache that match the expression.
 
 ban_url(regex)
   Bans all objects in cache whose URLs match regex.



More information about the varnish-commit mailing list