Hard to believe I documented the entire thing... this is a first.
[awesomized/libmemcached] / docs / memcached_verbosity.pod
1 =head1 NAME
2
3 memcached_verbosity
4
5 =head1 LIBRARY
6
7 C Client Library for memcached (libmemcached, -lmemcached)
8
9 =head1 SYNOPSIS
10
11 #include <memcached.h>
12 memcached_return memcached_verbosity(memcached_st *ptr, unsigned int verbosity);
13
14 =head1 DESCRIPTION
15
16
17 memcached_verbosity() is used to modify the "verbosity" of all memcached servers.
18
19 =head1 RETURN
20
21 memcached_verbosity() returns memcached_return. The value on success will be MEMCACHED_SUCCESS. For all errors check with memcached_strerror().
22
23 =head1 HOME
24
25 To find out more information please check: http://tangent.org/552/libmemcached.html
26
27 =head1 AUTHOR
28
29 Brian Aker, brian@tangent.org
30
31 =head1 SEE ALSO
32
33 memcached(1) libmemcached(3) memcached_strerror(3)
34
35 =cut
36