X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_strerror.3;h=bfaba037ba2cb55e917464c758bfbcb145169833;hb=4d82f8155a803e987352e9d6758df4d0449ecf5a;hp=5f0c775832e68ff1c2d85751ff26151e6e2359cb;hpb=2a1e29bce497c25fad73b9d74db4a3daf74413b5;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_strerror.3 b/docs/man/memcached_strerror.3 index 5f0c7758..bfaba037 100644 --- a/docs/man/memcached_strerror.3 +++ b/docs/man/memcached_strerror.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_STRERROR" "3" "April 09, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_STRERROR" "3" "June 02, 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