docs: sanitize
[awesomized/libmemcached] / docs / source / memcached_generate_hash_value.rst
index 9a9b5a6706316cac661d05824ddca2d7922dccdc..4a81a8d068ea1bf697dcc8b81dbfe188b4981a78 100644 (file)
@@ -59,7 +59,7 @@ for normal memcache operations.
 The allowed hash algorithm constants are listed in the manpage for
 :c:func:`memcached_behavior_set`.
 
-:c:func:`memcached_generate_hash` takes a :c:type:`memcached_st` struture 
+:c:func:`memcached_generate_hash` takes a :c:type:`memcached_st` structure
 and produces the hash value that would have been generated based on the 
 defaults of :c:type:`memcached_st`.
 
@@ -77,22 +77,6 @@ For 64-bit hash algorithms, only the least-significant 32 bits are
 returned.
 
 
-----
-HOME
-----
-
-
-To find out more information please check: 
-`http://libmemcached.org/ <http://libmemcached.org/>`_
-
-
-------
-AUTHOR
-------
-
-
-Brian Aker, <brian@tangent.org>
-
 
 --------
 SEE ALSO