X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_lib_version.3;h=2d3f56c9ee22403fad0c9f62fddc9729ec356cc1;hb=8d6fea01b19bd27ae85d9981ac7d3a40b8d83987;hp=e6b419cec47e6d264fa6c334e90992c5acaab8a7;hpb=da3714e6dc31ab2f9d115707ab79a838420c7b5a;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_lib_version.3 b/docs/man/memcached_lib_version.3 index e6b419ce..2d3f56c9 100644 --- a/docs/man/memcached_lib_version.3 +++ b/docs/man/memcached_lib_version.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_LIB_VERSION" "3" "April 14, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_LIB_VERSION" "3" "May 23, 2011" "0.47" "libmemcached" .SH NAME memcached_lib_version \- libmemcached Documentation . @@ -30,29 +30,23 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .. .\" Man page generated from reStructeredText. . +.SH SYNOPSIS .sp -Get library version -.SH LIBRARY -.sp -C Client Library for memcached (libmemcached, \-lmemcached) -.SS SYNOPSIS -.sp -.nf -.ft C #include - -const char * - memcached_lib_version (void) - - -memcached_return_t - memcached_version (memcached_st *ptr) -.ft P -.fi -.SS DESCRIPTION +.INDENT 0.0 +.TP +.B const char * memcached_lib_version(void) +.UNINDENT +.INDENT 0.0 +.TP +.B memcached_return_t memcached_version(memcached_st\fI\ *ptr\fP) +.UNINDENT +.sp +Compile and link with \-lmemcached +.SH DESCRIPTION .sp memcached_lib_version() is used to return a simple version string representing -the libmemcached version (version of the client library, not server) +the libmemcached version (client library version, not server version) .sp memcached_version() is used to set the major, minor, and micro versions of each memcached server being used by the memcached_st connection structure. It returns the @@ -70,10 +64,7 @@ a printable string. .sp To find out more information please check: \fI\%http://libmemcached.org/\fP -.SH AUTHOR -.sp -Brian Aker, <\fI\%brian@tangent.org\fP> -.SS SEE ALSO +.SH SEE ALSO .sp memcached(1) libmemcached(3) memcached_strerror(3) .SH AUTHOR