[master] 37c8a33 Fix remaining warning as per #1681

Federico G. Schwindt fgsch at lodoss.net
Mon Feb 23 17:17:52 CET 2015


commit 37c8a3394ad4870ece7e4e4a3d0665a5b584e427
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Feb 23 14:09:44 2015 +0000

    Fix remaining warning as per #1681

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index c2f5165..6108d04 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -249,8 +249,8 @@ There are no mandatory options. These are the options you can set:
 
   request
     Specify a full HTTP request using multiple strings. .request will
-    have \r\n automatically inserted after every string. If specified,
-    .request will take precedence over .url.
+    have \\r\\n automatically inserted after every string. If
+    specified, .request will take precedence over .url.
 
   expected_response
     The expected HTTP response code. Defaults to 200.



More information about the varnish-commit mailing list