[master] 6aff95f clarity

Per Buer perbu at varnish-software.com
Thu Feb 6 14:33:11 CET 2014


commit 6aff95f5382cd5aa6f4a98ceed7a13b9ac6491eb
Author: Per Buer <perbu at varnish-software.com>
Date:   Thu Feb 6 14:19:12 2014 +0100

    clarity

diff --git a/doc/sphinx/users-guide/run_cli.rst b/doc/sphinx/users-guide/run_cli.rst
index 2b5509a..a5e97e1 100644
--- a/doc/sphinx/users-guide/run_cli.rst
+++ b/doc/sphinx/users-guide/run_cli.rst
@@ -45,7 +45,7 @@ What can you do with the CLI
 The CLI gives you almost total control over varnishd:
 
 * load/use/discard VCL programs
-* ban cache content
+* ban (invalidate) cache content
 * change parameters
 * start/stop worker process
 
@@ -115,7 +115,7 @@ but they are banned from delivery.
 
 Instead of checking each and every cached object right away, we
 test each object against the regular expression only if and when
-some requests decides to deliver it.
+a HTTP request asks for it.
 
 Banning stuff is much cheaper than restarting Varnish to get rid
 of wronly cached content.



More information about the varnish-commit mailing list