[master] 8b7dbe7 PATCH: remove non-ascii characters and don't manually split words.

Tollef Fog Heen tfheen at varnish-cache.org
Wed Oct 31 07:18:57 UTC 2012


commit 8b7dbe7b5d58e68955a9c112b8b520ef520ed5d1
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Oct 29 22:12:47 2012 +0000

    PATCH: remove non-ascii characters and don't manually split words.

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 1c1d8a2..398127e 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -276,7 +276,7 @@ which can later be used to match client addresses:
   }
 
 If an ACL entry specifies a host name which Varnish is unable to
-resolve, it will match any address it is com‐ pared to.  Consequently,
+resolve, it will match any address it is compared to.  Consequently,
 if it is preceded by a negation mark, it will reject any address it is
 compared to, which may not be what you intended.  If the entry is
 enclosed in parentheses, however, it will simply be ignored.
@@ -407,8 +407,8 @@ vcl_pipe
 vcl_pass
   Called upon entering pass mode.  In this mode, the request is passed
   on to the backend, and the backend's response is passed on to the
-  client, but is not entered into the cache.  Subsequent requests sub‐
-  mitted over the same client connection are handled normally.
+  client, but is not entered into the cache.  Subsequent requests
+  submitted over the same client connection are handled normally.
   
   The vcl_pass subroutine may terminate with calling return() with one of
   the following keywords:




More information about the varnish-commit mailing list