X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fhashkit_free.3;h=3fe92cb5a2ce253f40aae9d5b0216ced27aaf64e;hb=4d82f8155a803e987352e9d6758df4d0449ecf5a;hp=0c072cf29a2de2739cee8a8a7e27b7236262bf87;hpb=2a1e29bce497c25fad73b9d74db4a3daf74413b5;p=awesomized%2Flibmemcached diff --git a/docs/man/hashkit_free.3 b/docs/man/hashkit_free.3 index 0c072cf2..3fe92cb5 100644 --- a/docs/man/hashkit_free.3 +++ b/docs/man/hashkit_free.3 @@ -1,4 +1,4 @@ -.TH "HASHKIT_FREE" "3" "April 09, 2011" "0.47" "libmemcached" +.TH "HASHKIT_FREE" "3" "June 02, 2011" "0.47" "libmemcached" .SH NAME hashkit_free \- libhashkit Documentation . @@ -30,26 +30,27 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .. .\" Man page generated from reStructeredText. . -.sp -Create and destroy hashkit objects -.SH LIBRARY -.sp -C Library for hashing algorithms (libmemcached, \-lhashkit) .SH SYNOPSIS .sp -.nf -.ft C -#include - -hashkit_st *hashkit_create(hashkit_st *hash); - -hashkit_st *hashkit_clone(hashkit_st *destination, const hashkit_st *ptr); - -void hashkit_free(hashkit_st *hash); - -bool hashkit_is_allocated(const hashkit_st *hash); -.ft P -.fi +#include +.INDENT 0.0 +.TP +.B hashkit_st *hashkit_create(hashkit_st *hash); +.UNINDENT +.INDENT 0.0 +.TP +.B hashkit_st *hashkit_clone(hashkit_st *destination, const hashkit_st *ptr); +.UNINDENT +.INDENT 0.0 +.TP +.B void hashkit_free(hashkit_st *hash); +.UNINDENT +.INDENT 0.0 +.TP +.B bool hashkit_is_allocated(const hashkit_st *hash); +.UNINDENT +.sp +Compile and link with \-lhashkit .SH DESCRIPTION .sp The hashkit_create() function initializes a hashkit object for use. If @@ -77,7 +78,7 @@ otherwise it is false and was user\-supplied memory. .SH HOME .sp To find out more information please check: -\fI\%https://launchpad.net/libmemcached\fP +\fI\%http://libmemcached.org/\fP .SH AUTHOR Brian Aker .SH COPYRIGHT