Fix a bunch of documentation formatting.
[m6w6/libmemcached] / docs / memcached_verbosity.rst
index 1266660b6b87ae00bfe96e84aec8f570f811fb6c..c3ae0d89cc05098d84cdaaa178aafee434d0b0df 100644 (file)
@@ -12,7 +12,7 @@ SYNOPSIS
 
 #include <libmemcached/memcached.h>
 
-.. c:function:: memcached_return_t memcached_verbosity (memcached_st *ptr, unsigned int verbosity);
+.. c:function:: memcached_return_t memcached_verbosity (memcached_st *ptr, uint32_t verbosity)
 
 Compile and link with -lmemcached
 
@@ -22,7 +22,7 @@ DESCRIPTION
 -----------
 
 
-:c:func:`memcached_verbosity()` modifies the "verbosity" of the
+:c:func:`memcached_verbosity` modifies the "verbosity" of the
 memcached(1) servers referenced in the :c:type:`memcached_st`  parameter.
 
 
@@ -35,7 +35,7 @@ A value of type :c:type:`memcached_return_t` is returned.
 
 On success that value will be :c:type:`MEMCACHED_SUCCESS`.
 
-Use :c:func:`memcached_strerror()` to translate this value to a printable string.
+Use :c:func:`memcached_strerror` to translate this value to a printable string.
 
 
 ----