doc: fix :arg: references

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

Branch: refs/heads/master
Commit: c497b012caa9db18f46815d190964ee11e02f21d
Parents: 1bdfef6
Author: James Peach <[email protected]>
Authored: Mon Oct 5 11:44:24 2015 -0700
Committer: James Peach <[email protected]>
Committed: Mon Oct 5 11:45:10 2015 -0700

----------------------------------------------------------------------
 doc/arch/cache/cache-api.en.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c497b012/doc/arch/cache/cache-api.en.rst
----------------------------------------------------------------------
diff --git a/doc/arch/cache/cache-api.en.rst b/doc/arch/cache/cache-api.en.rst
index f8ee694..24c13dd 100644
--- a/doc/arch/cache/cache-api.en.rst
+++ b/doc/arch/cache/cache-api.en.rst
@@ -24,13 +24,13 @@ Cache Related API functions
 .. c:function:: void TSHttpTxnReqCacheableSet(TSHttpTxn txnp, int flag)
 
    Set a flag that marks a request as cacheable. This is a positive override
-   only, setting :c:arg:`flag` to ``0`` restores the default behavior, it does 
not
+   only, setting :arg:`flag` to ``0`` restores the default behavior, it does 
not
    force the request to be uncacheable.
 
 .. c:function:: TSReturnCode TSCacheUrlSet(TSHttpTxn txnp, char const* url, 
int length)
 
-   Set the cache key for the transaction :c:arg:`txnp` as the string pointed 
at by
-   :c:arg:`url` of :c:arg:`length` characters. It need not be NUL-terminated. 
This should
+   Set the cache key for the transaction :arg:`txnp` as the string pointed at 
by
+   :arg:`url` of :arg:`length` characters. It need not be NUL-terminated. This 
should
    be called from ``TS_HTTP_READ_REQUEST_HDR_HOOK`` which is before cache 
lookup
    but late enough that the HTTP request header is available.
 
@@ -61,10 +61,10 @@ Cache Internals
 .. cpp:function:: int DIR_SIZE_WITH_BLOCK(int big)
 
    A preprocessor macro which computes the maximum size of a fragment based on
-   the value of :cpp:arg:`big`. This is computed as if the argument where the 
value of
-   the :cpp:arg:`big` field in a struct :cpp:class:`Dir`.
+   the value of :arg:`big`. This is computed as if the argument where the 
value of
+   the :arg:`big` field in a struct :cpp:class:`Dir`.
 
 .. cpp:function:: int DIR_BLOCK_SIZE(int big)
 
    A preprocessor macro which computes the block size multiplier for a struct
-   :cpp:class:`Dir` where :cpp:arg:`big` is the :cpp:arg:`big` field value.
+   :cpp:class:`Dir` where :arg:`big` is the :arg:`big` field value.

Reply via email to