Update man pages.
[awesomized/libmemcached] / docs / man / memcached_quit.3
index 40e47e6de3cb51715be72c0d5b7d8bd2c6bd665c..eeb649ffd97588f6b11a408b284afe00ad7e3946 100644 (file)
@@ -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: