X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fman%2Fmemcached_quit.3;h=ebca6513f70513cf181465a99b325911ab0383fe;hb=72bc4b04c594da7f040ce699ac38d45f4a5a4704;hp=4691aa6d54dacc9a082f0302b89f1f1a14d6cd92;hpb=ef301192f389f5f6ab4f8ed8c204ca7e115fe0b1;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_quit.3 b/docs/man/memcached_quit.3 index 4691aa6d..ebca6513 100644 --- a/docs/man/memcached_quit.3 +++ b/docs/man/memcached_quit.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_QUIT" "3" "April 08, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_QUIT" "3" "April 14, 2011" "0.47" "libmemcached" .SH NAME memcached_quit \- libmemcached Documentation . @@ -30,20 +30,15 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .. .\" Man page generated from reStructeredText. . -.sp -Disconnect from all servers -.SH LIBRARY -.sp -C Client Library for memcached (libmemcached, \-lmemcached) .SH SYNOPSIS .sp -.nf -.ft C #include - -void memcached_quit (memcached_st *ptr); -.ft P -.fi +.INDENT 0.0 +.TP +.B void memcached_quit (memcached_st *ptr); +.UNINDENT +.sp +Compile and link with \-lmemcached .SH DESCRIPTION .sp memcached_quit() will disconnect you from all currently connected servers. @@ -63,7 +58,7 @@ Use memcached_strerror() to translate this value to a printable string. .SH HOME .sp To find out more information please check: -\fI\%https://launchpad.net/libmemcached\fP +\fI\%http://libmemcached.org/\fP .SH AUTHOR .sp Brian Aker, <\fI\%brian@tangent.org\fP>