You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by su...@apache.org on 2014/12/03 16:56:50 UTC

[2/2] trafficserver git commit: recommit the log slice documentation formatting changes

recommit the log slice documentation formatting changes


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

Branch: refs/heads/master
Commit: 55dd15608ed9c114a0dd1eae865b68e9568cd965
Parents: 7cdcc31
Author: Sudheer Vinukonda <su...@yahoo-inc.com>
Authored: Wed Dec 3 15:56:24 2014 +0000
Committer: Sudheer Vinukonda <su...@yahoo-inc.com>
Committed: Wed Dec 3 15:56:24 2014 +0000

----------------------------------------------------------------------
 doc/admin/event-logging-formats.en.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/55dd1560/doc/admin/event-logging-formats.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/event-logging-formats.en.rst b/doc/admin/event-logging-formats.en.rst
index d1fd223..5940ffe 100644
--- a/doc/admin/event-logging-formats.en.rst
+++ b/doc/admin/event-logging-formats.en.rst
@@ -592,7 +592,8 @@ The below slice specifiers are allowed.
 ``[:]``
           Default - entire Log field
 
-For example,
+Some examples below ::
+
   '%<cqup>'       //the whole characters of <cqup>.
   '%<cqup>[:]'    //the whole characters of <cqup>.
   '%<cqup[0:30]>' //the first 30 characters of <cqup>.