Fix a bunch of documentation formatting.
[m6w6/libmemcached] / docs / memcached_strerror.rst
index 6f8f78214a2124d7f025fedcb0c376400916bc52..07023b8d94cedfaac0a4d1ad80f1ca9b43e5f842 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 
 #include <libmemcached/memcached.h>
 
-.. c:function:: const char * memcached_strerror (memcached_st *ptr, memcached_return_t rc);
+.. c:function:: const char * memcached_strerror (memcached_st *ptr, memcached_return_t rc)
 
 Compile and link with -lmemcached
 
@@ -21,7 +21,7 @@ DESCRIPTION
 -----------
 
 
-:c:func:`memcached_strerror()` takes a :c:type:`memcached_return_t` value and returns a string describing the error.
+:c:func:`memcached_strerror` takes a :c:type:`memcached_return_t` value and returns a string describing the error.
 
 This string must not be modified by the application.
 
@@ -35,7 +35,7 @@ RETURN
 ------
 
 
-:c:func:`memcached_strerror()` returns a string describing a :c:type:`memcached_return_t` value.
+:c:func:`memcached_strerror` returns a string describing a :c:type:`memcached_return_t` value.
 
 
 ----