X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_strerror.rst;h=6f8f78214a2124d7f025fedcb0c376400916bc52;hb=a18c65b0ee1a4721a4f1298f52f8b3446cf7c600;hp=ce5b1fa0b9bbbd7440b1c1ee76a2ed4c3fecc3a9;hpb=a6c3e3a3d04f379b1480c8c88a8eae17e54b1449;p=m6w6%2Flibmemcached diff --git a/docs/memcached_strerror.rst b/docs/memcached_strerror.rst index ce5b1fa0..6f8f7821 100644 --- a/docs/memcached_strerror.rst +++ b/docs/memcached_strerror.rst @@ -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)`