doc: fix a couple of minor formatting errors
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/11d7b18e Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/11d7b18e Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/11d7b18e Branch: refs/heads/5.0.x Commit: 11d7b18e9c89a37d2f786a6bd4ce574c6e3b5c63 Parents: f199fa7 Author: James Peach <[email protected]> Authored: Fri Jan 10 15:15:24 2014 -0800 Committer: James Peach <[email protected]> Committed: Fri Jan 10 15:15:24 2014 -0800 ---------------------------------------------------------------------- doc/admin/hierachical-caching.en.rst | 2 +- doc/reference/configuration/records.config.en.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/11d7b18e/doc/admin/hierachical-caching.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/hierachical-caching.en.rst b/doc/admin/hierachical-caching.en.rst index 0a7a1c4..e2c0e22 100644 --- a/doc/admin/hierachical-caching.en.rst +++ b/doc/admin/hierachical-caching.en.rst @@ -49,7 +49,7 @@ Server will support parent caching for HTTP and HTTPS requests. **Note:** If you do not want all requests to go to the parent cache, then simply configure Traffic Server to route certain requests (such as -requests containing specific URLs) directly to the origin server. SImply +requests containing specific URLs) directly to the origin server. Simply set parent proxy rules in :file:`parent.config` The figure below illustrates a simple cache hierarchy with a Traffic http://git-wip-us.apache.org/repos/asf/trafficserver/blob/11d7b18e/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index cd81990..1eef625 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -668,7 +668,7 @@ specific domains. .. note:: Enabling keep-alive does not automatically enable purging of keep-alive requests when nearing the connection limit, that is controlled by - ```proxy.config.http.server_max_connections``. + :ts:cv:`proxy.config.http.server_max_connections`. .. ts:cv:: CONFIG proxy.config.http.keep_alive_post_out INT 0
