Fixed a small error in the documentation.
author <davida@breeze2.tangent.org> <>
Sun, 9 Dec 2007 00:00:07 +0000 (16:00 -0800)
committer <davida@breeze2.tangent.org> <>
Sun, 9 Dec 2007 00:00:07 +0000 (16:00 -0800)
docs/libmemcached.pod
docs/memcached_servers.pod

index bc2cd93a23a63329724d83b32925d4468c7cb4b0..ab0434777856ef9927fc75a1c62de6a545afe747 100755 (executable)
@@ -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<memcached_st> structure.
 These structures can either be dynamically allocated or statically
index 2fbd1a6632ce7a2e119d623056a9cdd449fb4be7..c72e7d6400ffcd5cbd7ed3fd9a5b7f4c8173baf3 100755 (executable)
@@ -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<memcached_st> 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).