From: Date: Sun, 9 Dec 2007 00:00:07 +0000 (-0800) Subject: Fixed a small error in the documentation. X-Git-Tag: 0.13~41 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=cd984efa1d007e9a148010bc5575077a2ef3a2ee;p=awesomized%2Flibmemcached Fixed a small error in the documentation. --- diff --git a/docs/libmemcached.pod b/docs/libmemcached.pod index bc2cd93a..ab043477 100755 --- a/docs/libmemcached.pod +++ b/docs/libmemcached.pod @@ -23,7 +23,8 @@ particular keys to specific servers that you specify (and values are matched based on server order as supplied by you). It implements both a modula and consistent method of object distribution. -There are multiple implemented routing and hashing methods. +There are multiple implemented routing and hashing methods. See the +memcached_behavior page. All operations are performed against a C structure. These structures can either be dynamically allocated or statically diff --git a/docs/memcached_servers.pod b/docs/memcached_servers.pod index 2fbd1a66..c72e7d64 100755 --- a/docs/memcached_servers.pod +++ b/docs/memcached_servers.pod @@ -39,7 +39,7 @@ memcached_server_st(3). memcached_server_count() provides you a count of the current number of servers being used by a C structure. -memcached_server_list() is used to provide an array of all connected hosts. +memcached_server_list() is used to provide an array of all defined hosts. You are responsible for freeing this list (aka it is not a pointer to the currently used structure).