[3.0] 407ed75 Fix escapes, and workaround man-page formatting issues

Tollef Fog Heen tfheen at varnish-cache.org
Thu Sep 22 14:02:45 CEST 2011


commit 407ed754bfea9cc5551fd81130d97d61c3c76869
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Sat Sep 10 15:16:37 2011 +0200

    Fix escapes, and workaround man-page formatting issues

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 517f4fb..e3169ea 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -288,8 +288,8 @@ Probes take the following parameters:
   Specify a URL to request from the backend.
   Defaults to "/".
 .request
-  Specify a full HTTP request using multiple strings.
-  .request will have \r\n automatically inserted after every string.
+  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.
 .window
   How many of the latest polls we examine to determine backend health.



More information about the varnish-commit mailing list