[experimental-ims] ef0387e Fix escapes, and workaround man-page formatting issues

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:51:47 CET 2012


commit ef0387ea8c123a757e36cf6ef60985440e56a37d
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