X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_strerror.3;h=f1fdd1370f9cbac2b8c9299bd75d15eb907e5ef5;hb=2cc368abe76d52e8c26f883eaa0090f98fcc0a3c;hp=bf8e44fd04d12e35a1c029270c244ed36d45d471;hpb=c3723b53b87471782076765f0fff656d07de74e0;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_strerror.3 b/docs/man/memcached_strerror.3 index bf8e44fd..f1fdd137 100644 --- a/docs/man/memcached_strerror.3 +++ b/docs/man/memcached_strerror.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_STRERROR" "3" "June 10, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_STRERROR" "3" "September 26, 2011" "0.53" "libmemcached" .SH NAME memcached_strerror \- libmemcached Documentation . @@ -41,25 +41,23 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] Compile and link with \-lmemcached .SH DESCRIPTION .sp -memcached_strerror() takes a \fBmemcached_return_t\fP value and returns a string -describing the error. +\fBmemcached_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. +\fBmemcached_strerror()\fP returns a string describing a \fBmemcached_return_t\fP value. .SH HOME .sp To find out more information please check: \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