X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_stat.3;h=07bdfd8c67a3453d7edd8a5580f497f7897293ce;hb=c77b9145bdd52be378fd3ba445d871a150144e2c;hp=e32c3daa52677df18686eba14778b021b766fb15;hpb=acf69ff8d9954846854b1a9dbd8b3e11a83bad4c;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_stat.3 b/docs/man/memcached_stat.3 index e32c3daa..07bdfd8c 100644 --- a/docs/man/memcached_stat.3 +++ b/docs/man/memcached_stat.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_STAT" "3" "June 17, 2011" "0.49" "libmemcached" +.TH "MEMCACHED_STAT" "3" "October 24, 2011" "1.01" "libmemcached" .SH NAME memcached_stat \- libmemcached Documentation . @@ -61,33 +61,20 @@ Compile and link with \-lmemcached .sp libmemcached(3) has the ability to query a memcached server (or collection of servers) for their current state. Queries to find state return a -\fBmemcached_stat_st\fP structure. You are responsible for freeing this structure. -While it is possible to access the structure directly it is not advisable. - .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