Fix Trond's email address.
[awesomized/libmemcached] / docs / memcached_analyze.pod
index 42e8c4d6b7e6cfcd203bd43d575a77e5b9f7aedc..9c0401f8de7a39106e62ed161655b26ee4609680 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-memcached_analyze
+memcached_analyze - Analyze server information
 
 =head1 LIBRARY
 
@@ -10,9 +10,10 @@ C Client Library for memcached (libmemcached, -lmemcached)
 
   #include <memcached.h>
 
-  memcached_analysis_st *memcached_analyze(memcached_st *ptr,
-                                           memcached_stat_st *stat,
-                                           memcached_return *error);
+  memcached_analysis_st *
+    memcached_analyze (memcached_st *ptr,
+                       memcached_stat_st *stat,
+                       memcached_return_t *error);
 
 =head1 DESCRIPTION
 
@@ -31,7 +32,7 @@ you do not have to write an application to use this method.
 
 A pointer to the allocated C<memcached_analysis_st> structure on success and
 a NULL pointer on failure. You may inspect the error detail by checking the
-C<memcached_return> value.
+C<memcached_return_t> value.
 
 Any method returning a C<memcached_analysis_st> expects you to free the
 memory allocated for it.
@@ -39,7 +40,7 @@ memory allocated for it.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR