KBDocs3
[awesomized/libmemcached] / docs / memcached_strerror.rst
index ce5b1fa0b9bbbd7440b1c1ee76a2ed4c3fecc3a9..6f8f78214a2124d7f025fedcb0c376400916bc52 100644 (file)
@@ -21,15 +21,13 @@ DESCRIPTION
 -----------
 
 
-memcached_strerror() takes a \ ``memcached_return_t``\  value and returns a string
-describing the error.
+:c:func:`memcached_strerror()` takes a :c:type:`memcached_return_t` value and returns a string describing the error.
 
 This string must not be modified by the application.
 
-\ ``memcached_return_t``\  values are returned from nearly all libmemcached(3) functions.
+:c:type:`memcached_return_t` values are returned from nearly all libmemcached(3) functions.
 
-\ ``memcached_return_t``\  values are of an enum type so that you can set up responses
-with switch/case and know that you are capturing all possible return values.
+:c:type:`memcached_return_t` values are of an enum type so that you can set up responses with switch/case and know that you are capturing all possible return values.
 
 
 ------
@@ -37,7 +35,7 @@ RETURN
 ------
 
 
-memcached_strerror() returns a string describing a \ ``memcached_return_t``\  value.
+:c:func:`memcached_strerror()` returns a string describing a :c:type:`memcached_return_t` value.
 
 
 ----
@@ -55,5 +53,5 @@ SEE ALSO
 --------
 
 
-memcached(1) libmemcached(3)
+:manpage:`memcached(1)` :manpage:`libmemcached(3)`