bison: fix warnings
[m6w6/libmemcached] / docs / source / memcached_dump.rst
index 988410fc40fbdac1b57505962a75a2009845a3ab..5959cec876a0a2536dacd97afa66528514b5317b 100644 (file)
@@ -29,11 +29,11 @@ DESCRIPTION
 
 
 :c:func:`memcached_dump` is used to get a list of keys found in memcached(1) 
-servers. Because memcached(1) does not guarentee to dump all keys you can not 
+servers. Because memcached(1) does not guarantee to dump all keys you can not
 assume you have fetched all keys from the server. The function takes an array
 of callbacks that it will use to execute on keys as they are found.
 
-Currently the binary protocol is not testsed.
+Currently the binary protocol is not tested.
 
 
 ------
@@ -47,26 +47,11 @@ Use :c:func:`memcached_strerror` to translate this value to a printable
 string.
 
 
-----
-HOME
-----
-
-
-To find out more information please check:
-`http://libmemcached.org/ <http://libmemcached.org/>`_
-
-
-------
-AUTHOR
-------
-
-
-Brian Aker, <brian@tangent.org>
-
 
 --------
 SEE ALSO
 --------
 
+.. only:: man
 
-:manpage:`memcached(1)` :manpage:`libmemcached(3)` :manpage:`memcached_strerror(3)`
+  :manpage:`memcached(1)` :manpage:`libmemcached(3)` :manpage:`memcached_strerror(3)`