X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_quit.3;h=d3934dcea5191c7267bfff241517726402afd04c;hb=133c8ed7290daf0143bb14fba174be39996646a6;hp=c1f117af6b9173331f80cda3bfde14b56bcd94d9;hpb=59e77031ba00e924cb7f8a2863e858f10cbcb9f8;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_quit.3 b/docs/man/memcached_quit.3 index c1f117af..d3934dce 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" "July 05, 2012" "1.0.9" "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: