Updated Branches: refs/heads/master ce85b3660 -> 0df8dd7f2
doc: add missing colon to function reference Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0df8dd7f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0df8dd7f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0df8dd7f Branch: refs/heads/master Commit: 0df8dd7f2b2de828f9911d24f28540f5992f7ac1 Parents: ce85b36 Author: James Peach <[email protected]> Authored: Wed Feb 12 12:27:07 2014 -0800 Committer: James Peach <[email protected]> Committed: Wed Feb 12 12:27:07 2014 -0800 ---------------------------------------------------------------------- doc/admin/http-proxy-caching.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0df8dd7f/doc/admin/http-proxy-caching.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/http-proxy-caching.en.rst b/doc/admin/http-proxy-caching.en.rst index 8ff3b8e..c366a47 100644 --- a/doc/admin/http-proxy-caching.en.rst +++ b/doc/admin/http-proxy-caching.en.rst @@ -774,7 +774,7 @@ Set low water :ts:cv:`proxy.config.http.flow_control.low_water` `TS_CONFIG_ Be careful to always have the low water mark equal or less than the high water mark. If you set only one, the other will be set to the same value. -If using c:func:`TSHttpTxnConfigIntSet`, it must be called no later than `TS_HTTP_READ_RESPONSE_HDR_HOOK`. +If using :c:func:`TSHttpTxnConfigIntSet`, it must be called no later than `TS_HTTP_READ_RESPONSE_HDR_HOOK`. .. _reducing-origin-server-requests-avoiding-the-thundering-herd:
