X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_strerror.3;h=4336af8d4229000c9dee16fd420427593aa0e7d5;hb=5abb93aa2fc9d32eda20c84cc9c04056789c056e;hp=c4d320f99fd90f3d8dfa3335303d13692857edb3;hpb=0ef2080bdbaafe7e3397530ac69ef4081f4f513e;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_strerror.3 b/docs/man/memcached_strerror.3 index c4d320f9..39d287b2 100644 --- a/docs/man/memcached_strerror.3 +++ b/docs/man/memcached_strerror.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_STRERROR" "3" "April 12, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_STRERROR" "3" "April 27, 2012" "1.0.6" "libmemcached" .SH NAME memcached_strerror \- libmemcached Documentation . @@ -30,44 +30,34 @@ 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\fI\ *ptr\fP, memcached_return_t\fI\ rc\fP) +.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. +\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 \fBmemcached_return_t\fP values are returned from nearly all libmemcached(3) functions. .sp -\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. +\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 -memcached_strerror() 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: -\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) +\fImemcached(1)\fP \fIlibmemcached(3)\fP .SH AUTHOR Brian Aker .SH COPYRIGHT