X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_append.3;h=7d8c8b97ffc348808948312c33388b490359a227;hb=381c98f0967635bf58f70f6666c7f56dbf1b8e76;hp=f70ad067fe2c2345fb7ec666cfb7dc96acfc37d1;hpb=abaee9e821c2037ba594e89879177c7dddbfb9ea;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_append.3 b/docs/man/memcached_append.3 index f70ad067..7d8c8b97 100644 --- a/docs/man/memcached_append.3 +++ b/docs/man/memcached_append.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_APPEND" "3" "October 18, 2011" "1.01" "libmemcached" +.TH "MEMCACHED_APPEND" "3" "September 16, 2012" "1.0.10" "libmemcached" .SH NAME memcached_append \- Appending to or Prepending to data on the server . @@ -45,11 +45,11 @@ Appending or Prepending to data on the server .UNINDENT .INDENT 0.0 .TP -.B memcached_return_t memcached_prepend_by_key(memcached_st *ptr, const char *group_key, size_t group_key_length, const char *key, size_t key_length, const char *value, size_t value_length, time_t expiration, uint32_t flags); +.B memcached_return_t memcached_prepend_by_key(memcached_st\fI\ *ptr\fP, const char\fI\ *group_key\fP, size_t\fI\ group_key_length\fP, const char\fI\ *key\fP, size_t\fI\ key_length\fP, const char\fI\ *value\fP, size_t\fI\ value_length\fP, time_t\fI\ expiration\fP, uint32_t\fI\ flags\fP) .UNINDENT .INDENT 0.0 .TP -.B memcached_return_t memcached_append_by_key(memcached_st *ptr, const char *group_key, size_t group_key_length, const char *key, size_t key_length, const char *value, size_t value_length, time_t expiration, uint32_t flags); +.B memcached_return_t memcached_append_by_key(memcached_st\fI\ *ptr\fP, const char\fI\ *group_key\fP, size_t\fI\ group_key_length\fP, const char\fI\ *key\fP, size_t\fI\ key_length\fP, const char\fI\ *value\fP, size_t\fI\ value_length\fP, time_t\fI\ expiration\fP, uint32_t\fI\ flags\fP) .UNINDENT .sp Compile and link with \-lmemcached @@ -71,8 +71,8 @@ of data stored. Currently expiration and key are not used in the server. \fI\%memcached_append()\fP places a segment of data at the end of the last piece of data stored. Currently expiration and key are not used in the server. .sp -\fBmemcached_prepend_by_key()\fP and -\fBmemcached_append_by_key_by_key()\fP methods both behave in a similar +\fI\%memcached_prepend_by_key()\fP and +\fI\%memcached_append_by_key()\fP methods both behave in a similar method as the non key methods. The difference is that they use their group_key parameter to map objects to particular servers. .sp @@ -113,7 +113,7 @@ To find out more information please check: .SH AUTHOR Brian Aker .SH COPYRIGHT -2011, Brian Aker DataDifferential, http://datadifferential.com/ +2011-2012, Brian Aker DataDifferential, http://datadifferential.com/ .\" Generated by docutils manpage writer. .\" .