Repository: trafficserver
Updated Branches:
  refs/heads/master e93ad86fd -> c60130431


doc: fix quoting


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

Branch: refs/heads/master
Commit: c60130431de96a000918e4455f23e27b49328391
Parents: e93ad86
Author: James Peach <[email protected]>
Authored: Sat Oct 3 21:34:34 2015 -0700
Committer: James Peach <[email protected]>
Committed: Sat Oct 3 21:34:40 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/c6013043/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 398aa15..f8ee694 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 :c: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 :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
    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 :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`.
 
 .. 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 :cpp:arg:`big` is the :cpp:arg:`big` field value.

Reply via email to