You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2015/02/05 18:06:08 UTC

[1/2] trafficserver git commit: fix whitespace issue

Repository: trafficserver
Updated Branches:
  refs/heads/master 01121ce82 -> 7813ffc94


fix whitespace issue


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

Branch: refs/heads/master
Commit: 28539a7ade5275e416251e2b5aa3d01e03e46771
Parents: 01121ce
Author: Miles Libbey <ml...@apache.org>
Authored: Wed Feb 4 16:34:32 2015 -0800
Committer: Miles Libbey <ml...@apache.org>
Committed: Thu Feb 5 09:05:58 2015 -0800

----------------------------------------------------------------------
 doc/reference/configuration/logs_xml.config.en.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/28539a7a/doc/reference/configuration/logs_xml.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/logs_xml.config.en.rst b/doc/reference/configuration/logs_xml.config.en.rst
index b2c08ac..0dd1a37 100644
--- a/doc/reference/configuration/logs_xml.config.en.rst
+++ b/doc/reference/configuration/logs_xml.config.en.rst
@@ -342,13 +342,13 @@ The following is an example of a ``LogFilter`` that will cause only
          </LogFilter>
 
 The following is an example of a ``LogFilter`` that will cause the value of
-passwd field be wiped in cquc
+passwd field be wiped in ``cquc`` ::
 
-<LogFilter>
-    <Name = "wipe_password"/>
-    <Condition = "cquc CONTAIN passwd"/>
-    <Action = "WIPE_FIELD_VALUE"/>
-</LogFilter>
+         <LogFilter>
+             <Name = "wipe_password"/>
+             <Condition = "cquc CONTAIN passwd"/>
+             <Action = "WIPE_FIELD_VALUE"/>
+         </LogFilter>
 
 The following is an example of a ``LogObject`` specification that
 creates a local log file for the minimal format defined earlier. The log


[2/2] trafficserver git commit: add missing character to make link

Posted by ml...@apache.org.
add missing character to make link


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

Branch: refs/heads/master
Commit: 7813ffc9464e4a84583b74be9f146d08b730d141
Parents: 28539a7
Author: Miles Libbey <ml...@apache.org>
Authored: Wed Feb 4 16:35:07 2015 -0800
Committer: Miles Libbey <ml...@apache.org>
Committed: Thu Feb 5 09:05:59 2015 -0800

----------------------------------------------------------------------
 doc/reference/plugins/epic.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/7813ffc9/doc/reference/plugins/epic.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/epic.en.rst b/doc/reference/plugins/epic.en.rst
index e0b324e..dcc74b3 100644
--- a/doc/reference/plugins/epic.en.rst
+++ b/doc/reference/plugins/epic.en.rst
@@ -22,7 +22,7 @@ Epic Plugin
 
 The `Epic` plugin emits Traffic Server metrics in a format that is
 consumed by the `Epic Network Monitoring System
-<https://code.google.com/p/epicnms/>`.  It is a global plugin that
+<https://code.google.com/p/epicnms/>`_.  It is a global plugin that
 is installed by adding it to the :file:`plugin.config` file.
 
 Plugin Options