[master] 4340f0a varnishd.rst: Indent the literal block for a-e

Kristian Lyngstøl kristian at varnish-cache.org
Tue Mar 15 12:45:34 CET 2011


commit 4340f0a800977e3abf0720cabfaf04c6c6eb138d
Author: Kristian Lyngstol <kristian at bohemians.org>
Date:   Tue Mar 15 12:45:07 2011 +0100

    varnishd.rst: Indent the literal block for a-e
    
    Fixes rst-warning in the man-page.

diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst
index c929baf..42e14be 100644
--- a/doc/sphinx/reference/varnishd.rst
+++ b/doc/sphinx/reference/varnishd.rst
@@ -517,7 +517,7 @@ http_gzip_support
 
 	Enable gzip support. When enabled Varnish will compress uncompressed objects before they are stored in the cache. If a client does not support gzip encoding Varnish will uncompress compressed objects on demand. Varnish will also rewrite the Accept-Encoding header of clients indicating support for gzip to::
 
-	Accept-Encoding: gzip
+        	Accept-Encoding: gzip
 
 	Clients that do not support gzip will have their Accept-Encoding header removed. For more information on how gzip is implemented please see the chapter on gzip in the Varnish reference.
 



More information about the varnish-commit mailing list