X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_sasl.3;h=8b7cfeddc3c54a24077ce352284409da3fb46de1;hb=281c398ba3a10af677494c4453cd09d85ca921e0;hp=fd704330b1afd4598932c79bbddd75c7d0eca9bb;hpb=f285e1b3821f56a8983b5ce9fb1a0070e7bb0a1c;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_sasl.3 b/docs/man/memcached_sasl.3 index fd704330..8b7cfedd 100644 --- a/docs/man/memcached_sasl.3 +++ b/docs/man/memcached_sasl.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_SASL" "3" "April 07, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_SASL" "3" "April 08, 2011" "0.47" "libmemcached" .SH NAME memcached_sasl \- libmemcached Documentation . @@ -31,8 +31,10 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" Man page generated from reStructeredText. . .sp -SASL support -.SH LIBRARY +memcached_set_sasl_callbacks, memcached_get_sasl_callbacks, memcached_sasl_set_auth_data, memcached_destroy_sasl_auth_data +\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-** +.sp +SASL tests .sp C Client Library for memcached (libmemcached, \-lmemcached) .SH SYNOPSIS @@ -70,21 +72,18 @@ specify your own callback function with memcached_set_sasl_callbacks(). You as a client user have to initialize libsasl by using sasl_client_init before enabling it in libmemcached, and you have to shut down libsasl by calling sasl_done() when you are done using SASL from libmemcached. -.SH RETURN .sp memcached_get_sasl_callbacks() returns the callbacks currently used by this memcached handle. memcached_get_sasl_set_auth_data() returns MEMCACHED_SUCCESS upon success. -.SH HOME .sp To find out more information please check: \fI\%http://libmemcached.org/\fP -.SH AUTHOR .sp Trond Norbye, <\fI\%trond.norbye@gmail.com\fP> .SH SEE ALSO .sp -memcached(1) libmemcached(3) +\fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP .SH AUTHOR Brian Aker .SH COPYRIGHT