~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to docs/memcached_verbosity.pod

  • Committer: Continuous Integration
  • Date: 2012-03-14 16:53:36 UTC
  • mfrom: (990.2.1 workspace)
  • Revision ID: ci@tangent.org-20120314165336-mjrg2hwmb6sx1er2
jenkins-promote-staging-trunk-libmemcached-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
13
 
  memcached_return memcached_verbosity (memcached_st *ptr,
14
 
                                        unsigned int verbosity);
15
 
 
16
 
=head1 DESCRIPTION
17
 
 
18
 
memcached_verbosity() modifies the "verbosity" of the
19
 
memcached(1) servers referenced in the C<memcached_st> parameter.
20
 
 
21
 
=head1 RETURN
22
 
 
23
 
A value of type C<memcached_return> is returned
24
 
On success that value will be C<MEMCACHED_SUCCESS>.
25
 
Use memcached_strerror() to translate this value to a printable string.
26
 
 
27
 
=head1 HOME
28
 
 
29
 
To find out more information please check:
30
 
L<http://tangent.org/552/libmemcached.html>
31
 
 
32
 
=head1 AUTHOR
33
 
 
34
 
Brian Aker, E<lt>brian@tangent.orgE<gt>
35
 
 
36
 
=head1 SEE ALSO
37
 
 
38
 
memcached(1) libmemcached(3) memcached_strerror(3)
39
 
 
40
 
=cut
41