This is an automated email from the ASF dual-hosted git repository.

mlibbey pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  cc0a197   line continuations "\" need escaping to show
cc0a197 is described below

commit cc0a197910cb875fd570ccd5239cfc907ce20d3d
Author: Miles Libbey <mlib...@apache.org>
AuthorDate: Tue Nov 22 15:08:18 2016 -0800

    line continuations "\" need escaping to show
---
 doc/admin-guide/plugins/cache_promote.en.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/admin-guide/plugins/cache_promote.en.rst 
b/doc/admin-guide/plugins/cache_promote.en.rst
index 69ed794..f1c2718 100644
--- a/doc/admin-guide/plugins/cache_promote.en.rst
+++ b/doc/admin-guide/plugins/cache_promote.en.rst
@@ -45,10 +45,10 @@ Examples
 
 These two examples shows how to use the chance and LRU policies, respectively:
 
-    map http://cdn.example.com/ http://some-server.example.com \
+    map http://cdn.example.com/ http://some-server.example.com \\
       @plugin=cache_promote.so @pparam=--policy=chance @pparam=--sample=10%
 
-    map http://cdn.example.com/ http://some-server.example.com \
+    map http://cdn.example.com/ http://some-server.example.com \\
       @plugin=cache_promote.so @pparam=--policy=lru \
       @pparam=--hits=10 @pparam=--buckets=10000
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to