X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Flibmemcached%2Fmemcached_last_error_message.rst;h=f91f7ae2b4e0c2407cd57f0a88bb7cf1eef07fdb;hb=03fa930d5d4adbe7611ceccd3c8d012b524a36ea;hp=2a18d598d0222c3c9b5385fd67b83ef873a194e7;hpb=3b03232fa3a3344f8490ff0ca46cf14701b5a412;p=awesomized%2Flibmemcached diff --git a/docs/libmemcached/memcached_last_error_message.rst b/docs/libmemcached/memcached_last_error_message.rst index 2a18d598..f91f7ae2 100644 --- a/docs/libmemcached/memcached_last_error_message.rst +++ b/docs/libmemcached/memcached_last_error_message.rst @@ -10,7 +10,7 @@ SYNOPSIS #include -.. c:function:: const char *memcached_last_error_message(memcached_st *); +.. c:function:: const char *memcached_last_error_message(memcached_st *) Compile and link with -lmemcached @@ -19,7 +19,7 @@ Compile and link with -lmemcached DESCRIPTION ----------- -:c:func:`memcached_last_error_message()` is used to return the last error +:c:func:`memcached_last_error_message` is used to return the last error message that the server responded too. If this error came from a specific server, its hostname and port will be provided in the error message. @@ -27,7 +27,7 @@ server, its hostname and port will be provided in the error message. RETURN ------ -memcached_last_error_message() returns a const char* which does not need to be +memcached_last_error_message returns a const char* which does not need to be de-allocated. If no error has occurred then it will return NULL. ----