~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to docs/man/memcached_verbosity.3

  • 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
 
.TH "MEMCACHED_VERBOSITY" "3" "January 26, 2012" "1.0.4" "libmemcached"
 
1
.TH "MEMCACHED_VERBOSITY" "3" "March 14, 2012" "1.0.5" "libmemcached"
2
2
.SH NAME
3
3
memcached_verbosity \- libmemcached Documentation
4
4
.
37
37
#include <libmemcached/memcached.h>
38
38
.INDENT 0.0
39
39
.TP
40
 
.B memcached_return_t memcached_verbosity (memcached_st *ptr, unsigned int verbosity);
 
40
.B memcached_return_t memcached_verbosity(memcached_st\fI\ *ptr\fP, uint32_t\fI\ verbosity\fP)
41
41
.UNINDENT
42
42
.sp
43
43
Compile and link with \-lmemcached
44
44
.SH DESCRIPTION
45
45
.sp
46
 
\fBmemcached_verbosity()\fP modifies the "verbosity" of the
 
46
\fI\%memcached_verbosity()\fP modifies the "verbosity" of the
47
47
memcached(1) servers referenced in the \fBmemcached_st\fP  parameter.
48
48
.SH RETURN
49
49
.sp