X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_quit.3;h=a2e3b4e386811902409d1f92074ed30caf1bd17f;hb=9f3c2098e91293e4d69b1d691fbf352e440309ff;hp=ccb0f822ed54c492c62c6d95c1afd53b05a3cd54;hpb=1054bac0d64844c968d1dcb6d5478315bfd4d7a8;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_quit.3 b/docs/man/memcached_quit.3 index ccb0f822..a2e3b4e3 100644 --- a/docs/man/memcached_quit.3 +++ b/docs/man/memcached_quit.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_QUIT" "3" "October 26, 2011" "1.0.2" "libmemcached" +.TH "MEMCACHED_QUIT" "3" "April 08, 2012" "1.0.6" "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: