[master] 6ea1b58 Fix typo in param description

Tollef Fog Heen tfheen at varnish-cache.org
Thu Feb 3 13:15:40 CET 2011


commit 6ea1b58aec73f9c117bcc90651f13f31e2760349
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu Feb 3 11:02:21 2011 +0100

    Fix typo in param description

diff --git a/bin/varnishd/mgt_param.c b/bin/varnishd/mgt_param.c
index d615dd9..13e7b4b 100644
--- a/bin/varnishd/mgt_param.c
+++ b/bin/varnishd/mgt_param.c
@@ -820,7 +820,7 @@ static const struct parspec input_parspec[] = {
 		"uncompress compressed objects on demand. Varnish will also "
 		"rewrite the Accept-Encoding header of clients indicating "
 		"support for gzip to:\n"
-		"Accept-Encoding: gzip"
+		"Accept-Encoding: gzip\n\n"
 		"Clients that do not support gzip will have their "
 		"Accept-Encoding header removed. For more information no how "
 		"gzip is implemted please see the chapter on gzip in the "



More information about the varnish-commit mailing list