Merge
[m6w6/libmemcached] / docs / man / memcached_auto.3
index c3b5d5142848d2a4d4311eba34c1df53a04f14ce..edaf3a18ae8a4525f4bc322e56a071bf9eb3dd9d 100644 (file)
@@ -1,6 +1,6 @@
-.TH "MEMCACHED_AUTO" "3" "April 08, 2011" "0.47" "libmemcached"
+.TH "MEMCACHED_AUTO" "3" "September 26, 2011" "0.53" "libmemcached"
 .SH NAME
 .SH NAME
-memcached_auto \- libmemcached Documentation
+memcached_auto \- Incrementing and Decrementing Values
 .
 .nr rst2man-indent-level 0
 .
 .
 .nr rst2man-indent-level 0
 .
@@ -30,87 +30,46 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 ..
 .\" Man page generated from reStructeredText.
 .
 ..
 .\" Man page generated from reStructeredText.
 .
-.sp
-Manipulate counters
-.SH LIBRARY
-.sp
-C Client Library for memcached (libmemcached, \-lmemcached)
 .SH SYNOPSIS
 .sp
 .SH SYNOPSIS
 .sp
-.nf
-.ft C
 #include <libmemcached/memcached.h>
 #include <libmemcached/memcached.h>
-
-memcached_return_t
-  memcached_increment (memcached_st *ptr,
-                       const char *key, size_t key_length,
-                       unsigned int offset,
-                       uint64_t *value);
-
-memcached_return_t
-  memcached_decrement (memcached_st *ptr,
-                       const char *key, size_t key_length,
-                       unsigned int offset,
-                       uint64_t *value);
-
-memcached_return_t
-  memcached_increment_with_initial (memcached_st *ptr,
-                                    const char *key,
-                                    size_t key_length,
-                                    uint64_t offset,
-                                    uint64_t initial,
-                                    time_t expiration,
-                                    uint64_t *value);
-
-memcached_return_t
-  memcached_decrement_with_initial (memcached_st *ptr,
-                                    const char *key,
-                                    size_t key_length,
-                                    uint64_t offset,
-                                    uint64_t initial,
-                                    time_t expiration,
-                                    uint64_t *value);
-
-memcached_return_t
-  memcached_increment_by_key (memcached_st *ptr,
-                              const char *master_key, size_t master_key_length,
-                              const char *key, size_t key_length,
-                              unsigned int offset,
-                              uint64_t *value);
-
-memcached_return_t
-  memcached_decrement_by_key (memcached_st *ptr,
-                              const char *master_key, size_t master_key_length,
-                              const char *key, size_t key_length,
-                              unsigned int offset,
-                              uint64_t *value);
-
-memcached_return_t
-  memcached_increment_with_initial_by_key (memcached_st *ptr,
-                                           const char *master_key,
-                                           size_t master_key_length,
-                                           const char *key,
-                                           size_t key_length,
-                                           uint64_t offset,
-                                           uint64_t initial,
-                                           time_t expiration,
-                                           uint64_t *value);
-
-memcached_return_t
-  memcached_decrement_with_initial_by_key (memcached_st *ptr,
-                                           const char *master_key,
-                                           size_t master_key_length,
-                                           const char *key,
-                                           size_t key_length,
-                                           uint64_t offset,
-                                           uint64_t initial,
-                                           time_t expiration,
-                                           uint64_t *value);
-.ft P
-.fi
+.INDENT 0.0
+.TP
+.B memcached_return_t memcached_increment (memcached_st *ptr, const char *key, size_t key_length, unsigned int offset, uint64_t *value);
+.UNINDENT
+.INDENT 0.0
+.TP
+.B memcached_return_t memcached_decrement (memcached_st *ptr, const char *key, size_t key_length, unsigned int offset, uint64_t *value);
+.UNINDENT
+.INDENT 0.0
+.TP
+.B memcached_return_t memcached_increment_with_initial (memcached_st *ptr, const char *key, size_t key_length, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value);
+.UNINDENT
+.INDENT 0.0
+.TP
+.B memcached_return_t memcached_decrement_with_initial (memcached_st *ptr, const char *key, size_t key_length, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value);
+.UNINDENT
+.INDENT 0.0
+.TP
+.B memcached_return_t memcached_increment_by_key (memcached_st *ptr, const char *group_key, size_t group_key_length, const char *key, size_t key_length, unsigned int offset, uint64_t *value);
+.UNINDENT
+.INDENT 0.0
+.TP
+.B memcached_return_t memcached_decrement_by_key (memcached_st *ptr, const char *group_key, size_t group_key_length, const char *key, size_t key_length, unsigned int offset, uint64_t *value);
+.UNINDENT
+.INDENT 0.0
+.TP
+.B memcached_return_t memcached_increment_with_initial_by_key (memcached_st *ptr, const char *group_key, size_t group_key_length, const char *key, size_t key_length, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value);
+.UNINDENT
+.INDENT 0.0
+.TP
+.B memcached_return_t memcached_decrement_with_initial_by_key (memcached_st *ptr, const char *group_key, size_t group_key_length, const char *key, size_t key_length, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value);
+.UNINDENT
+.sp
+Compile and link with \-lmemcached
 .SH DESCRIPTION
 .sp
 .SH DESCRIPTION
 .sp
-memcached(1) servers have the ability to increment and decrement keys
+\fImemcached(1)\fP servers have the ability to increment and decrement keys
 (overflow and underflow are not detected). This gives you the ability to use
 memcached to generate shared sequences of values.
 .sp
 (overflow and underflow are not detected). This gives you the ability to use
 memcached to generate shared sequences of values.
 .sp
@@ -152,17 +111,14 @@ Use memcached_strerror() to translate this value to a printable string.
 .SH HOME
 .sp
 To find out more information please check:
 .SH HOME
 .sp
 To find out more information please check:
-\fI\%https://launchpad.net/libmemcached\fP
-.SH AUTHOR
-.sp
-Brian Aker, <\fI\%brian@tangent.org\fP>
+\fI\%http://libmemcached.org/\fP
 .SH SEE ALSO
 .sp
 .SH SEE ALSO
 .sp
-memcached(1) libmemcached(3) memcached_strerror(3)
+\fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP
 .SH AUTHOR
 Brian Aker
 .SH COPYRIGHT
 .SH AUTHOR
 Brian Aker
 .SH COPYRIGHT
-2011, Brian Aker
+2011, Brian Aker DataDifferential, http://datadifferential.com/
 .\" Generated by docutils manpage writer.
 .\" 
 .
 .\" Generated by docutils manpage writer.
 .\" 
 .