X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_touch.3;h=377d29d97bb2c5b7328ac8cfd5aa744633aa839c;hb=7287f37372f5e4198f7f16f5f6d6dcf9a8d5c1fb;hp=f19169a410580c36d5cbc534dcc97b360069d111;hpb=88b37087b2c5e8f7da8876d144549c2e27312c34;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_touch.3 b/docs/man/memcached_touch.3 index f19169a4..377d29d9 100644 --- a/docs/man/memcached_touch.3 +++ b/docs/man/memcached_touch.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_TOUCH" "3" "October 18, 2011" "1.01" "libmemcached" +.TH "MEMCACHED_TOUCH" "3" "April 13, 2012" "1.0.6" "libmemcached" .SH NAME memcached_touch \- libmemcached Documentation . @@ -35,18 +35,18 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] #include .INDENT 0.0 .TP -.B memcached_return_t memcached_touch (memcached_st *ptr, const char *key, size_t key_length, time_t expiration); +.B memcached_return_t memcached_touch(memcached_st\fI\ *ptr\fP, const char\fI\ *key\fP, size_t\fI\ key_length\fP, time_t\fI\ expiration\fP) .UNINDENT .INDENT 0.0 .TP -.B memcached_return_t memcached_touch_by_key (memcached_st *ptr, const char *group_key, size_t group_key_length, const char *key, size_t key_length, time_t expiration); +.B memcached_return_t memcached_touch_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, time_t\fI\ expiration\fP) .UNINDENT .sp Compile and link with \-lmemcached .SH DESCRIPTION .sp -\fBmemcached_touch()\fP is used to update the expiration time on an existing key. -\fBmemcached_touch_by_key()\fP works the same, but it takes a master key +\fI\%memcached_touch()\fP is used to update the expiration time on an existing key. +\fI\%memcached_touch_by_key()\fP works the same, but it takes a master key to find the given value. .SH RETURN .sp