X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_quit.3;h=7b11d68f6f7ffc27eccb2c69e70e3c9f3f9b6621;hb=e9c7a25491f4cf9265a926b7d9848bd70acaf7aa;hp=c1f117af6b9173331f80cda3bfde14b56bcd94d9;hpb=88b37087b2c5e8f7da8876d144549c2e27312c34;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_quit.3 b/docs/man/memcached_quit.3 index c1f117af..7b11d68f 100644 --- a/docs/man/memcached_quit.3 +++ b/docs/man/memcached_quit.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_QUIT" "3" "October 18, 2011" "1.01" "libmemcached" +.TH "MEMCACHED_QUIT" "3" "May 31, 2012" "1.0.8" "libmemcached" .SH NAME memcached_quit \- libmemcached Documentation . @@ -35,13 +35,13 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] #include .INDENT 0.0 .TP -.B void memcached_quit (memcached_st *ptr); +.B void memcached_quit(memcached_st\fI\ *ptr\fP) .UNINDENT .sp Compile and link with \-lmemcached .SH DESCRIPTION .sp -\fBmemcached_quit()\fP will disconnect you from all currently connected +\fI\%memcached_quit()\fP will disconnect you from all currently connected servers. It will also reset the state of the connection (ie, any \fBmemcached_fetch()\fP you are in the middle of will be terminated). This function is called automatically when you call \fBmemcached_free()\fP on the \fBmemcached_st\fP structure. .sp @@ -51,9 +51,9 @@ function is provided mainly so that you can timeout your connections or reset connections during the middle of a \fBmemcached_fetch()\fP. .SH RETURN .sp -A value of type \fBmemcached_return\fP is returned -On success that value will be \fBMEMCACHED_SUCCESS\fP. -Use \fBmemcached_strerror()\fP to translate this value to a printable string. +A value of type \fBmemcached_return_t\fP is returned On success that value +will be \fBMEMCACHED_SUCCESS\fP. Use \fBmemcached_strerror()\fP to +translate this value to a printable string. .SH HOME .sp To find out more information please check: