X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_quit.3;fp=docs%2Fman%2Fmemcached_quit.3;h=eeb649ffd97588f6b11a408b284afe00ad7e3946;hb=751648e3a8c17e6f5bbe223a1213b537b5708871;hp=40e47e6de3cb51715be72c0d5b7d8bd2c6bd665c;hpb=a6253e0a9ee914db2e55680a83cd03fdd5a2bc40;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_quit.3 b/docs/man/memcached_quit.3 index 40e47e6d..eeb649ff 100644 --- a/docs/man/memcached_quit.3 +++ b/docs/man/memcached_quit.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_QUIT" "3" "June 17, 2011" "0.49" "libmemcached" +.TH "MEMCACHED_QUIT" "3" "July 21, 2011" "0.51" "libmemcached" .SH NAME memcached_quit \- libmemcached Documentation . @@ -41,20 +41,19 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] Compile and link with \-lmemcached .SH DESCRIPTION .sp -memcached_quit() will disconnect you from all currently connected servers. -It will also reset the state of the connection (ie, any memcached_fetch() you -are in the middle of will be terminated). This function is called -automatically when you call memcached_free() on the \fBmemcached_st\fP structure. +\fBmemcached_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 You do not need to call this on your own. All operations to change server hashes and parameters will handle connections to the server for you. This function is provided mainly so that you can timeout your connections or -reset connections during the middle of a memcached_fetch(). +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 memcached_strerror() to translate this value to a printable string. +Use \fBmemcached_strerror()\fP to translate this value to a printable string. .SH HOME .sp To find out more information please check: