X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibhashkit.rst;h=e23c92482733aad9f8f2ae732740aa56743aa764;hb=43032f572a83233b5183ed6989921efe930aa719;hp=8866737ae8f3d48ece3525e05642e45a85b3a2ba;hpb=e0871342c7fdc7cb9c518d686aab4519c1bda764;p=awesomized%2Flibmemcached diff --git a/docs/source/libhashkit.rst b/docs/source/libhashkit.rst index 8866737a..e23c9248 100644 --- a/docs/source/libhashkit.rst +++ b/docs/source/libhashkit.rst @@ -1,36 +1,36 @@ -====================== -Introducing libhashkit -====================== - - -.. code-block:: c - - cc [ flag ... ] file ... -lhashkit - - #include +libhashkit - C/C++ hashing library +================================== +SYNOPSIS +-------- +#include + Compile and link with -lhashkit. ------------ DESCRIPTION ----------- +`libhashkit` is a small and thread-safe client library that provides a collection +of useful hashing algorithm. -libhashkit is a small and thread-safe client library that provides a collection of useful hashing algorithm. libhashkit is distributed with libmemcached. - - ----- -HOME ----- +`libhashkit` is distributed with `libmemcached`. +SEE ALSO +-------- -To find out more information please check: -`http://libmemcached.org/ `_ +.. only:: man + :manpage:`libmemcached(3)` + :manpage:`hashkit_create(3)` + :manpage:`hashkit_function(3)` + :manpage:`hashkit_functions(3)` + :manpage:`hashkit_value(3)` --------- -SEE ALSO --------- +.. only:: html -:manpage:`libhashkit(3)` + * :doc:`libmemcached` + * :doc:`libhashkit/hashkit_create` + * :doc:`libhashkit/hashkit_function` + * :doc:`libhashkit/hashkit_functions` + * :doc:`libhashkit/hashkit_value`