X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fman%2Fmemcached_result_key_value.3;h=8b2d9bd0dc0c343b3011fc43b2349370b2c1d779;hb=281c398ba3a10af677494c4453cd09d85ca921e0;hp=ab15d24f43cd5884347a2648d0ac209a3ed6c5f8;hpb=bf12e933c3c73aa04d8de2221144cc73cc9ef3b8;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_result_key_value.3 b/docs/man/memcached_result_key_value.3 index ab15d24f..8b2d9bd0 100644 --- a/docs/man/memcached_result_key_value.3 +++ b/docs/man/memcached_result_key_value.3 @@ -35,7 +35,7 @@ Work with memcached_result_st .SH LIBRARY .sp C Client Library for memcached (libmemcached, \-lmemcached) -.SH SYNOPSIS +.SS SYNOPSIS .sp .nf .ft C @@ -68,7 +68,7 @@ void memcached_result_set_flags (memcached_result_st *ptr, uint32_t flags) void memcached_result_set_expiration (memcached_result_st *ptr, time_t) .ft P .fi -.SH DESCRIPTION +.SS DESCRIPTION .sp libmemcached(3) can optionally return a memcached_result_st which acts as a result object. The result objects have added benefits over the character @@ -104,7 +104,7 @@ current result object. .sp memcached_result_cas() returns the cas associated with the current result object. This value will only be available if the server -supports it. +testss it. .sp memcached_result_set_value() takes a byte array and a size and sets the result to this value. This function is used for trigger responses. @@ -131,9 +131,9 @@ To find out more information please check: .SH AUTHOR .sp Brian Aker, <\fI\%brian@tangent.org\fP> -.SH SEE ALSO +.SS SEE ALSO .sp -memcached(1) libmemcached(3) memcached_strerror(3) +\fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP .SH AUTHOR Brian Aker .SH COPYRIGHT