[experimental-ims] f67de46 Markup/typos

Geoff Simmons geoff at varnish-cache.org
Wed Aug 31 16:00:17 CEST 2011


commit f67de468e735245ff650fbc39050c36c6478b321
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Tue Aug 9 14:35:54 2011 +0200

    Markup/typos

diff --git a/doc/sphinx/reference/varnish-cli.rst b/doc/sphinx/reference/varnish-cli.rst
index c6b1722..69b6546 100644
--- a/doc/sphinx/reference/varnish-cli.rst
+++ b/doc/sphinx/reference/varnish-cli.rst
@@ -34,8 +34,8 @@ statistics
 bans 
      Bans are filters that are applied to keep Varnish from serving
      stale content. When you issue a ban Varnish will not serve any
-     *banned* object from cache, but rather re-fetch it from it's back
-     end servers.
+     *banned* object from cache, but rather re-fetch it from its
+     backend servers.
 
 process management
      You can stop and start the cache (child) process though the
diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 5b0927a..a16d7f5 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -112,8 +112,8 @@ These can be set in the declaration like this:::
   }
 
 To mark a backend as unhealthy after number of items have been added
-to it's saintmode list .saintmode_threshold can be set to the maximum
-list size. Setting a value of 0 disables saintmode checking entirely
+to its saintmode list ``.saintmode_threshold`` can be set to the maximum
+list size. Setting a value of 0 disables saint mode checking entirely
 for that backend.  The value in the backend declaration overrides the
 parameter.
 



More information about the varnish-commit mailing list