From cd984efa1d007e9a148010bc5575077a2ef3a2ee Mon Sep 17 00:00:00 2001 From: Date: Sat, 8 Dec 2007 16:00:07 -0800 Subject: [PATCH] Fixed a small error in the documentation. --- docs/libmemcached.pod | 3 ++- docs/memcached_servers.pod | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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). -- 2.30.2