Merge
[m6w6/libmemcached] / docs / man / hashkit_value.3
index 33229358a9302b559cb74ac8090c272cc4b12f68..3be45fbaec3b300d743e689f1f6d52247c5adf20 100644 (file)
@@ -1,4 +1,4 @@
-.TH "HASHKIT_VALUE" "3" "June 02, 2011" "0.47" "libmemcached"
+.TH "HASHKIT_VALUE" "3" "September 26, 2011" "0.53" "libmemcached"
 .SH NAME
 hashkit_value \- libhashkit Documentation
 .
@@ -43,7 +43,7 @@ Generate a value for the given key
 Compile and link with \-lhashkit
 .SH DESCRIPTION
 .sp
-The hashkit_value() function generates a 32\-bit hash value from the
+The \fBhashkit_value()\fP function generates a 32\-bit hash value from the
 given key and key_length. The hash argument is an initialized hashkit
 object, and distribution type and hash function is used from this
 object while generating the value.
@@ -56,7 +56,7 @@ To find out more information please check:
 \fI\%http://libmemcached.org/\fP
 .SH SEE ALSO
 .sp
-hashkit_create(3) hashkit_set_distribution(3) hashkit_set_hash_fn(3)
+\fIhashkit_create(3)\fP \fIhashkit_set_distribution(3)\fP \fIhashkit_set_hash_fn(3)\fP
 .SH AUTHOR
 Brian Aker
 .SH COPYRIGHT