Update for version release.
[m6w6/libmemcached] / docs / man / libmemcached.3
index 9cf257cd7a6363ab65cdd3b56a415b67f19b0cba..809bf56b02a8f7a07b78a1cb003d632a1eb21906 100644 (file)
@@ -1,4 +1,4 @@
-.TH "LIBMEMCACHED" "3" "January 26, 2012" "1.0.3" "libmemcached"
+.TH "LIBMEMCACHED" "3" "May 22, 2012" "1.0.8" "libmemcached"
 .SH NAME
 libmemcached \- Introducing the C Client Library for memcached
 .
 .SH NAME
 libmemcached \- Introducing the C Client Library for memcached
 .
@@ -86,7 +86,7 @@ recommended that you operate directly against the structure.
 .sp
 Nearly all functions return a \fBmemcached_return_t\fP value.
 This value can be translated to a printable string with
 .sp
 Nearly all functions return a \fBmemcached_return_t\fP value.
 This value can be translated to a printable string with
-\fBmemcached_strerror()\fP.
+\fBmemcached_strerror\fP.
 .sp
 Objects are stored on servers by hashing keys. The hash value maps the key to a particular server. All clients understand how this hashing works, so it is possibly to reliably both push data to a server and retrieve data from a server.
 .sp
 .sp
 Objects are stored on servers by hashing keys. The hash value maps the key to a particular server. All clients understand how this hashing works, so it is possibly to reliably both push data to a server and retrieve data from a server.
 .sp
@@ -148,6 +148,11 @@ String value of libmemcached version such as "1.23.4"
 .B LIBMEMCACHED_VERSION_HEX
 Hex value of the version number. "0x00048000" This can be used for comparing versions based on number.
 .UNINDENT
 .B LIBMEMCACHED_VERSION_HEX
 Hex value of the version number. "0x00048000" This can be used for comparing versions based on number.
 .UNINDENT
+.INDENT 0.0
+.TP
+.B MEMCACHED_PREFIX_KEY_MAX_SIZE
+Maximum length allowed for namespacing of a key.
+.UNINDENT
 .SH THREADS AND PROCESSES
 .sp
 When using threads or forked processes it is important to keep one instance
 .SH THREADS AND PROCESSES
 .sp
 When using threads or forked processes it is important to keep one instance