This is an automated email from the ASF dual-hosted git repository.
zwoop 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 89a383a Fixes some typos in docs.
89a383a is described below
commit 89a383a7d89bf0550466102be816ac470dd88287
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Nov 22 10:47:22 2016 -0700
Fixes some typos in docs.
---
doc/admin-guide/plugins/cache_promote.en.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/admin-guide/plugins/cache_promote.en.rst
b/doc/admin-guide/plugins/cache_promote.en.rst
index c297b1c..69ed794 100644
--- a/doc/admin-guide/plugins/cache_promote.en.rst
+++ b/doc/admin-guide/plugins/cache_promote.en.rst
@@ -43,8 +43,10 @@ URL is to become promoted to enter the cache.
Examples
--------
+These two examples shows how to use the chance and LRU policies, respectively:
+
map http://cdn.example.com/ http://some-server.example.com \
- @plugin=cache_promote.so @pparam=--policy=chance --sample=10%
+ @plugin=cache_promote.so @pparam=--policy=chance @pparam=--sample=10%
map http://cdn.example.com/ http://some-server.example.com \
@plugin=cache_promote.so @pparam=--policy=lru \
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].