From ffe28b31bb6a2f4d52561503cb46e7d5372fceff Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Mon, 7 Apr 2008 20:09:25 -0700 Subject: [PATCH] Documentation fix --- docs/libmemcached.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2