[4.0] c510ea2 Endless reformatting

Lasse Karstensen lkarsten at varnish-software.com
Tue Apr 1 15:09:52 CEST 2014


commit c510ea2194d136c3f8bed3d9b359d9707af0f7d3
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu Mar 20 16:35:27 2014 +0100

    Endless reformatting

diff --git a/doc/sphinx/tutorial/introduction.rst b/doc/sphinx/tutorial/introduction.rst
index 98cfddc..2fbc43a 100644
--- a/doc/sphinx/tutorial/introduction.rst
+++ b/doc/sphinx/tutorial/introduction.rst
@@ -9,18 +9,20 @@ the request from the cache it will forward the request to the backend,
 fetch the response, store it in the cache and deliver it to the client.
 
 When Varnish has a cached response ready it is typically delivered in
-a matter of microseconds, several orders of magnitude faster than your
+a matter of microseconds, two orders of magnitude faster than your
 typical backend server, so you want to make sure to have Varnish answer
 as many of the requests as possible directly from the cache.
 
-Varnish decides whether it can store the content or not based on the
-response it gets back from the backend. The backend can instruct
-Varnish to cache the content with the HTTP response header
-`Cache-Control`. There are a few conditions where Varnish will not
-cache, the most common one being the use of cookies. Since cookies indicates a client-specific web object, Varnish will by default not cache it. 
+Varnish decides whether it can store the content or not based on the response
+it gets back from the backend. The backend can instruct Varnish to cache the
+content with the HTTP response header `Cache-Control`. There are a few
+conditions where Varnish will not cache, the most common one being the use of
+cookies. Since cookies indicates a client-specific web object, Varnish will by
+default not cache it.
+
 This behaviour as most of Varnish functionality can be changed using policies
-written in the Varnish Configuration Language. See the Users Guide
-for more information on how to do that.
+written in the Varnish Configuration Language (VCL). See
+:ref:`users-guide-index` for more information on how to do that.
 
 Performance
 ~~~~~~~~~~~
diff --git a/doc/sphinx/tutorial/starting_varnish.rst b/doc/sphinx/tutorial/starting_varnish.rst
index 969e07e..8d9b64c 100644
--- a/doc/sphinx/tutorial/starting_varnish.rst
+++ b/doc/sphinx/tutorial/starting_varnish.rst
@@ -13,8 +13,8 @@ to it. :-)
 Make sure you have Varnish successfully installed (following one of the
 procedures described in "Installing Varnish" above.
 
-When properly installed you start Varnish with ``service varnish start``.  This will start
-Varnish if it isn't already running.
+When properly installed you start Varnish with ``service varnish start``.  This
+will start Varnish if it isn't already running.
 
 .. XXX:What does it do if it is already running? benc
 



More information about the varnish-commit mailing list