X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_strerror.3;h=a3ee41b558b79bc292420554f81f5aa431e273cf;hb=a6c3e3a3d04f379b1480c8c88a8eae17e54b1449;hp=d9d5ef1c5eab6ebd0058392a211d6fbad318ec60;hpb=2e5705daa52faa457f104864a27cfbba98ed568e;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_strerror.3 b/docs/man/memcached_strerror.3 index d9d5ef1c..a3ee41b5 100644 --- a/docs/man/memcached_strerror.3 +++ b/docs/man/memcached_strerror.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_STRERROR" "3" "April 10, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_STRERROR" "3" "May 23, 2011" "0.47" "libmemcached" .SH NAME memcached_strerror \- libmemcached Documentation . @@ -30,21 +30,16 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .. .\" Man page generated from reStructeredText. . -.SH LIBRARY +.SH SYNOPSIS .sp -C Client Library for memcached (libmemcached, \-lmemcached) -.SS SYNOPSIS -.sp -.nf -.ft C #include - -const char * - memcached_strerror (memcached_st *ptr, - memcached_return_t rc); -.ft P -.fi -.SS DESCRIPTION +.INDENT 0.0 +.TP +.B const char * memcached_strerror (memcached_st *ptr, memcached_return_t rc); +.UNINDENT +.sp +Compile and link with \-lmemcached +.SH DESCRIPTION .sp memcached_strerror() takes a \fBmemcached_return_t\fP value and returns a string describing the error. @@ -61,11 +56,8 @@ memcached_strerror() returns a string describing a \fBmemcached_return_t\fP valu .SH HOME .sp To find out more information please check: -\fI\%https://launchpad.net/libmemcached\fP -.SH AUTHOR -.sp -Brian Aker, <\fI\%brian@tangent.org\fP> -.SS SEE ALSO +\fI\%http://libmemcached.org/\fP +.SH SEE ALSO .sp memcached(1) libmemcached(3) .SH AUTHOR