X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_stats.3;h=85d683f665d3a59e362f3147796e551a5d63d9e7;hb=5d66b2f99bf7de6f54a3e463b01542b997f68ac8;hp=83fd932933c230812b07bf279f2a3e7499876c4a;hpb=c3723b53b87471782076765f0fff656d07de74e0;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_stats.3 b/docs/man/memcached_stats.3 index 83fd9329..85d683f6 100644 --- a/docs/man/memcached_stats.3 +++ b/docs/man/memcached_stats.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_STATS" "3" "June 10, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_STATS" "3" "July 21, 2011" "0.51" "libmemcached" .SH NAME memcached_stats \- 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