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 e6486f4 Revert "line continuations "\" need escaping to show"
e6486f4 is described below
commit e6486f4501c76cae1597b7409aa2dda26c90b2eb
Author: Miles Libbey <[email protected]>
AuthorDate: Tue Nov 22 15:21:47 2016 -0800
Revert "line continuations "\" need escaping to show"
This reverts commit cc0a197910cb875fd570ccd5239cfc907ce20d3d in
favor of waiting for #1230.
---
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 f1c2718..69ed794 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
['"[email protected]" <[email protected]>'].