Repository: trafficserver
Updated Branches:
  refs/heads/master 9fbd42017 -> 37108b9ee


doc: fix TSHttpConnectWithPluginId section headers


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

Branch: refs/heads/master
Commit: 37108b9ee1d7d75c456966e2333dca2cb13ed520
Parents: 9fbd420
Author: James Peach <jpe...@apache.org>
Authored: Wed Oct 22 09:36:47 2014 -0700
Committer: James Peach <jpe...@apache.org>
Committed: Wed Oct 22 09:36:47 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/37108b9e/doc/reference/api/TSHttpConnectWithPluginId.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/api/TSHttpConnectWithPluginId.en.rst 
b/doc/reference/api/TSHttpConnectWithPluginId.en.rst
index 8e83f85..670805b 100644
--- a/doc/reference/api/TSHttpConnectWithPluginId.en.rst
+++ b/doc/reference/api/TSHttpConnectWithPluginId.en.rst
@@ -54,7 +54,7 @@ The combination of tag and id is intended to enable 
correlation in log post proc
    The SPDY implementation uses this to correlate client sessions with SPDY 
streams. Each client connection is assigned a distinct numeric identifier. This 
is passed as the :arg:`id` to :c:func:`TSHttpConnectWithPluginId`. The 
:arg:`tag` is selected to be the NPN string for the client session protocol, 
e.g. "spdy/3" or "spdy/3.1". Log post processing can then count the number of 
connections for the various supported protocols and the number of SPDY virtual 
streams for each real client connection to Traffic Server.
 
 See also
-========
+--------
 :manpage:`TSHttpConnect(3ts)`,
 :manpage:`TSNetConnect(3ts)`,
 :manpage:`TSAPI(3ts)`

Reply via email to