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

« back to all changes in this revision

Viewing changes to docs/man/memcached_delete.3

Merge in all new docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "MEMCACHED_DELETE" "3" "April 09, 2011" "0.47" "libmemcached"
 
1
.TH "MEMCACHED_DELETE" "3" "April 12, 2011" "0.47" "libmemcached"
2
2
.SH NAME
3
3
memcached_delete \- libmemcached Documentation
4
4
.
39
39
.UNINDENT
40
40
.INDENT 0.0
41
41
.TP
42
 
.B memcached_return_t memcached_delete_by_key (memcached_st *ptr, const char *master_key, size_t master_key_length, const char *key, size_t key_length, time_t expiration);
 
42
.B memcached_return_t memcached_delete_by_key (memcached_st *ptr, const char *group_key, size_t group_key_length, const char *key, size_t key_length, time_t expiration);
43
43
.UNINDENT
44
44
.sp
45
45
Compile and link with \-lmemcached