From: Brian Aker Date: Tue, 8 Apr 2008 03:09:25 +0000 (-0700) Subject: Documentation fix X-Git-Tag: 0.20~1^2~23 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=ffe28b31bb6a2f4d52561503cb46e7d5372fceff;p=awesomized%2Flibmemcached Documentation fix --- 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