X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Flibmemcached_examples.3;h=4dbb99d7e17bde9f1d2badae29dd7ce93c4c9f49;hb=e668c212d13197abf5d8e2ddc7916057c94325b6;hp=621116d68d870fbd0492411c7f9057cae88887f1;hpb=1edb76c1dfdf6307d010307b6f04bed3ce22e3a2;p=m6w6%2Flibmemcached diff --git a/docs/man/libmemcached_examples.3 b/docs/man/libmemcached_examples.3 index 621116d6..4dbb99d7 100644 --- a/docs/man/libmemcached_examples.3 +++ b/docs/man/libmemcached_examples.3 @@ -1,4 +1,4 @@ -.TH "LIBMEMCACHED_EXAMPLES" "3" "April 07, 2011" "0.47" "libmemcached" +.TH "LIBMEMCACHED_EXAMPLES" "3" "April 08, 2011" "0.47" "libmemcached" .SH NAME libmemcached_examples \- libmemcached Documentation . @@ -37,7 +37,7 @@ Examples for libmemcached For full examples, test cases are found in tests/*.c in the main distribution. These are always up to date, and are used for each test run of the library. -.SS Creating and Freeing structure +.SH CREATING AND FREEING STRUCTURE .sp .nf .ft C @@ -52,7 +52,7 @@ memcached_free(memc); .sp The above code would create a connection and then free the connection when finished. -.SS Connecting to servers +.SH CONNECTING TO SERVERS .sp .nf .ft C @@ -80,7 +80,7 @@ single host into. In the for loop you build a \fBmemcached_server_st\fPpointer t \fBmemcached_st\fP structure. .sp You can reuse the \fBmemcached_server_st\fP object with multile \fBmemcached_st\fPstructures. -.SS Adding a value to the server +.SH ADDING A VALUE TO THE SERVER .sp .nf .ft C @@ -108,7 +108,7 @@ free(value); .fi .sp It is best practice to always look at the return value of any operation. -.SS Fetching multiple values +.SH FETCHING MULTIPLE VALUES .sp .nf .ft C @@ -141,16 +141,13 @@ Notice that you freed values returned from memcached_fetch(). The define .sp To find out more information please check: \fI\%https://launchpad.net/libmemcached\fP -.SH AUTHOR -.sp -Brian Aker, <\fI\%brian@tangent.org\fP> .SH SEE ALSO .sp -memcached(1) +\fImemcached(1)\fP .SH AUTHOR Brian Aker .SH COPYRIGHT -2011, Brian Aker +2011, Brian Aker DataDifferential, http://datadifferential.com/ .\" Generated by docutils manpage writer. .\" .