X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_strerror.rst;h=07023b8d94cedfaac0a4d1ad80f1ca9b43e5f842;hb=fbdf9f2089a2653c8ea8150af22852ebc61ce42d;hp=6f8f78214a2124d7f025fedcb0c376400916bc52;hpb=16ba6539e831e2abcef9dcf56fa26e3a0d5c7f91;p=m6w6%2Flibmemcached diff --git a/docs/memcached_strerror.rst b/docs/memcached_strerror.rst index 6f8f7821..07023b8d 100644 --- a/docs/memcached_strerror.rst +++ b/docs/memcached_strerror.rst @@ -11,7 +11,7 @@ SYNOPSIS #include -.. c:function:: const char * memcached_strerror (memcached_st *ptr, memcached_return_t rc); +.. c:function:: const char * memcached_strerror (memcached_st *ptr, memcached_return_t rc) Compile and link with -lmemcached @@ -21,7 +21,7 @@ DESCRIPTION ----------- -:c:func:`memcached_strerror()` takes a :c:type:`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. @@ -35,7 +35,7 @@ RETURN ------ -:c:func:`memcached_strerror()` returns a string describing a :c:type:`memcached_return_t` value. +:c:func:`memcached_strerror` returns a string describing a :c:type:`memcached_return_t` value. ----