Merge in docs.
[awesomized/libmemcached] / docs / memcached_cas.rst
index 7ba334116db167e36997700400ed6af57a197184..c2138bc8979d18263acd91a46321bbfa6a17a2f5 100644 (file)
@@ -23,7 +23,7 @@ Compile and link with -lmemcached
 DESCRIPTION
 -----------
 
-:cfunc:`memcached_cas()` overwrites data in the server as long as the "cas" 
+:c:func:`memcached_cas()` overwrites data in the server as long as the "cas" 
 value is still the same in the server. You can get the cas value of a result 
 by calling :c:func:`memcached_result_cas()` on a memcached_result_st(3) 
 structure. At the point that this note was written cas is still buggy in memached. Turning on tests for it in libmemcached(3) is optional. Please see