X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_strerror.3;h=3c7a0c21f8cf9caaf9f32e63b0f2b8893fd060c4;hb=f47caf2833675cce0b62a6e4ffd6764c1490a8b4;hp=f1fdd1370f9cbac2b8c9299bd75d15eb907e5ef5;hpb=bd53173d0a23c8c2a0dac68056cbd2cc52d5a6ef;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_strerror.3 b/docs/man/memcached_strerror.3 index f1fdd137..20d81eaa 100644 --- a/docs/man/memcached_strerror.3 +++ b/docs/man/memcached_strerror.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_STRERROR" "3" "September 26, 2011" "0.53" "libmemcached" +.TH "MEMCACHED_STRERROR" "3" "August 02, 2012" "1.0.10" "libmemcached" .SH NAME memcached_strerror \- libmemcached Documentation . @@ -35,13 +35,13 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] #include .INDENT 0.0 .TP -.B const char * memcached_strerror (memcached_st *ptr, memcached_return_t rc); +.B const char * memcached_strerror(memcached_st\fI\ *ptr\fP, memcached_return_t\fI\ rc\fP) .UNINDENT .sp Compile and link with \-lmemcached .SH DESCRIPTION .sp -\fBmemcached_strerror()\fP takes a \fBmemcached_return_t\fP value and returns a string describing the error. +\fI\%memcached_strerror()\fP takes a \fBmemcached_return_t\fP value and returns a string describing the error. .sp This string must not be modified by the application. .sp @@ -50,7 +50,7 @@ This string must not be modified by the application. \fBmemcached_return_t\fP 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. .SH RETURN .sp -\fBmemcached_strerror()\fP returns a string describing a \fBmemcached_return_t\fP value. +\fI\%memcached_strerror()\fP returns a string describing a \fBmemcached_return_t\fP value. .SH HOME .sp To find out more information please check: