Merging bzr://gaz.tangent.org/libmemcached/build/ to Build branch
[m6w6/libmemcached] / docs / man / memcached_strerror.3
index bf8e44fd04d12e35a1c029270c244ed36d45d471..e4ba336930e9bf042ec535bb5e7cde02ec0f4629 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MEMCACHED_STRERROR" "3" "June 10, 2011" "0.47" "libmemcached"
+.TH "MEMCACHED_STRERROR" "3" "April 21, 2012" "1.0.6" "libmemcached"
 .SH NAME
 memcached_strerror \- libmemcached Documentation
 .
@@ -35,31 +35,29 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 #include <libmemcached/memcached.h>
 .INDENT 0.0
 .TP
-.B const char * memcached_strerror (memcached_st *ptr, memcached_return_t rc);
+.B const char * memcached_strerror(memcached_st\fI\ *ptr\fP, memcached_return_t\fI\ rc\fP)
 .UNINDENT
 .sp
 Compile and link with \-lmemcached
 .SH DESCRIPTION
 .sp
-memcached_strerror() takes a \fBmemcached_return_t\fP value and returns a string
-describing the error.
+\fI\%memcached_strerror()\fP takes a \fBmemcached_return_t\fP value and returns a string describing the error.
 .sp
 This string must not be modified by the application.
 .sp
 \fBmemcached_return_t\fP values are returned from nearly all libmemcached(3) functions.
 .sp
-\fBmemcached_return_t\fP values are of an enum type so that you can set up responses
-with switch/case and know that you are capturing all possible return values.
+\fBmemcached_return_t\fP values are of an enum type so that you can set up responses with switch/case and know that you are capturing all possible return values.
 .SH RETURN
 .sp
-memcached_strerror() returns a string describing a \fBmemcached_return_t\fP value.
+\fI\%memcached_strerror()\fP returns a string describing a \fBmemcached_return_t\fP value.
 .SH HOME
 .sp
 To find out more information please check:
 \fI\%http://libmemcached.org/\fP
 .SH SEE ALSO
 .sp
-memcached(1) libmemcached(3)
+\fImemcached(1)\fP \fIlibmemcached(3)\fP
 .SH AUTHOR
 Brian Aker
 .SH COPYRIGHT