X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fmemcached_version.pod;h=8307b2f3294cf5411151b82bdac920999fd23a32;hb=bffba75d25150a0c08f37c759bad82ee90cf00f1;hp=7f502a6e78015d7fe5c51f940db09cad9b7918c8;hpb=a399124448c6f82bfc4ebe59f0f3c4415266133f;p=awesomized%2Flibmemcached diff --git a/docs/memcached_version.pod b/docs/memcached_version.pod old mode 100755 new mode 100644 index 7f502a6e..8307b2f3 --- a/docs/memcached_version.pod +++ b/docs/memcached_version.pod @@ -1,8 +1,6 @@ =head1 NAME -memcached_lib_version - -memcached_version +memcached_lib_version, memcached_version - Get library version =head1 LIBRARY @@ -36,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