X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Flibmemcached.pod;h=06a22fe4c4559dfa557f5d2202c67710ea6af953;hb=9e3be4445dfcaaec987e20af062d9ec05e015539;hp=1e63c8ce178f345ff4467b9209858a4f2af5ca61;hpb=3b706525e1b66b907905bb9eddd7fd824e8311de;p=awesomized%2Flibmemcached diff --git a/docs/libmemcached.pod b/docs/libmemcached.pod index 1e63c8ce..06a22fe4 100755 --- a/docs/libmemcached.pod +++ b/docs/libmemcached.pod @@ -106,8 +106,8 @@ Major version value. Such as 1.23.4, would be 4 When using threads or forked processes it is important to keep an instance of C per process or thread. Without creating your own locking -structures you can no share a single C. You can though call -memcached_close(3) on a C and then use the resulting cloned +structures you can not share a single C. You can though call +memcached_quit(3) on a C and then use the resulting cloned structure. =head1 HOME