You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/09/05 21:26:49 UTC

git commit: TS-350 Try to fix the formatting

Updated Branches:
  refs/heads/master 6648a786f -> d31a4f92e


TS-350 Try to fix the formatting


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d31a4f92
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d31a4f92
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d31a4f92

Branch: refs/heads/master
Commit: d31a4f92e1e865d8aaef3621e7d6993444d5066e
Parents: 6648a78
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Sep 5 13:26:28 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu Sep 5 13:26:28 2013 -0600

----------------------------------------------------------------------
 doc/admin/configuring-cache.en.rst                | 6 +++---
 doc/reference/configuration/records.config.en.rst | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d31a4f92/doc/admin/configuring-cache.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/configuring-cache.en.rst b/doc/admin/configuring-cache.en.rst
index 8eed8c7..7051192 100644
--- a/doc/admin/configuring-cache.en.rst
+++ b/doc/admin/configuring-cache.en.rst
@@ -66,8 +66,8 @@ You can configure the RAM cache size to suit your needs, as described in
 :ref:`changing-the-size-of-the-ram-cache` below.
 
 The RAM cache supports two cache eviction algorithms, a regular **LRU**
-(``Least Recently Used``) and the more advanced **CLFUS** (``Clocked Least
-Frequently Used by Size``). The default is to use **CLFUS**, and this is
+(*Least Recently Used*) and the more advanced **CLFUS** (*Clocked Least
+Frequently Used by Size*). The default is to use **CLFUS**, and this is
 controlled via :ts:cv:`proxy.config.cache.ram_cache.algorithm`.
 
 Both the **LRU** and **CLFUS** RAM caches support a configuration to increase
@@ -78,7 +78,7 @@ resistance against this problem.
 
 In addition, **CLFUS** also supports compressing in the RAM cache itself.
 This can be useful for content which is not compressed by itself (e.g.
-images). This should not be confused with ``Content-Encoding: gzip``, this
+images). This should not be confused with *Content-Encoding: gzip*, this
 feature is only thereto save space internally in the RAM cache itself. As
 such, it is completely transparent to the User-Agent. The RAM cache
 compression is enabled with the option

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d31a4f92/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index f546187..b661e35 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -1045,8 +1045,8 @@ RAM Cache
 .. :ts:cv:: CONFIG proxy.config.cache.ram_cache.algorithm INT 0
 
    Two distinct RAM caches are supported, the default (0) being the **CLFUS**
-   (``Clocked Least Frequently Used by Size``). As an alternative, a simpler
-   **LRU** (``Least Recently Used``) cache is also available, by changing this
+   (*Clocked Least Frequently Used by Size*). As an alternative, a simpler
+   **LRU** (*Least Recently Used*) cache is also available, by changing this
    configuration to 1.
 
 .. :ts:cv:: CONFIG proxy.config.cache.ram_cache.use_seen_filter INT 0