Repository: trafficserver Updated Branches: refs/heads/master 24792fef3 -> 9f0013d20
doc: fix TSHttpTxnInfoIntGet heading level Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9f0013d2 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9f0013d2 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9f0013d2 Branch: refs/heads/master Commit: 9f0013d20c7178e9d1cc05fb41abd1b9ccf6d33a Parents: 24792fe Author: James Peach <[email protected]> Authored: Wed Sep 30 10:06:21 2015 -0700 Committer: James Peach <[email protected]> Committed: Wed Sep 30 10:06:21 2015 -0700 ---------------------------------------------------------------------- doc/reference/api/TSHttpTxnInfoIntGet.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9f0013d2/doc/reference/api/TSHttpTxnInfoIntGet.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/api/TSHttpTxnInfoIntGet.en.rst b/doc/reference/api/TSHttpTxnInfoIntGet.en.rst index d6f43ee..4fa9c9e 100644 --- a/doc/reference/api/TSHttpTxnInfoIntGet.en.rst +++ b/doc/reference/api/TSHttpTxnInfoIntGet.en.rst @@ -66,6 +66,6 @@ The :c:type:`TSHttpTxnInfoKey` currently supports the below integer-based info a for the cache object associated with the transaction. Return values -============= +------------- The API returns :c:data:`TS_SUCCESS`, if the requested info is supported, :c:data:`TS_ERROR` otherwise.
