~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to docs/memcached_flush_buffers.rst

  • Committer: Brian Aker
  • Date: 2011-05-24 20:43:14 UTC
  • mfrom: (929.1.110 libmemcached-build)
  • Revision ID: brian@tangent.org-20110524204314-9ag1kkk4c1a6b3z3
Merge in local trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
=======================
4
4
 
5
5
 
6
 
Flush buffers and send buffered commands
7
 
 
8
 
 
9
 
-------
10
 
LIBRARY
11
 
-------
12
 
 
13
 
 
14
 
C Client Library for memcached (libmemcached, -lmemcached)
15
 
 
 
6
.. index:: object: memcached_st
 
7
 
 
8
Flush and senf buffered commands
16
9
 
17
10
--------
18
11
SYNOPSIS
22
15
 
23
16
.. c:function:: memcached_return_t memcached_flush_buffers (memcached_st *ptr);
24
17
 
 
18
Compile and link with -lmemcached
25
19
 
26
20
 
27
21
-----------