X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_version.pod;h=8307b2f3294cf5411151b82bdac920999fd23a32;hb=daae2d944f6f7763ec6d69d0016d10efb5fdc0ed;hp=3ad65d1b6fc74d89686fd9831a5e73d038d2580e;hpb=9fc696736c22835d12669f294c96563a4d81f8cc;p=awesomized%2Flibmemcached diff --git a/docs/memcached_version.pod b/docs/memcached_version.pod old mode 100755 new mode 100644 index 3ad65d1b..8307b2f3 --- a/docs/memcached_version.pod +++ b/docs/memcached_version.pod @@ -1,6 +1,6 @@ =head1 NAME -memcached_flush +memcached_lib_version, memcached_version - Get library version =head1 LIBRARY @@ -34,8 +34,10 @@ A string with the version of libmemcached driver is returned from memcached_lib_version() A value of type C is returned from memcached_version() -On success that value will be C. -Use memcached_strerror() to translate this value to a printable string. +On success that value will be C. If called with the +C behavior set, the value C +will be returned. Use memcached_strerror() to translate this value to +a printable string. =head1 HOME