X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_stat.3;h=78ddd2857ad56424eb68bb425c191499f2fecc4e;hb=c3723b53b87471782076765f0fff656d07de74e0;hp=bb5f74ff2c5fd7853a11789cf7d85af2ba4265eb;hpb=8d6fea01b19bd27ae85d9981ac7d3a40b8d83987;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_stat.3 b/docs/man/memcached_stat.3 index bb5f74ff..78ddd285 100644 --- a/docs/man/memcached_stat.3 +++ b/docs/man/memcached_stat.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_STAT" "3" "May 23, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_STAT" "3" "June 10, 2011" "0.47" "libmemcached" .SH NAME memcached_stat \- libmemcached Documentation . @@ -78,16 +78,16 @@ by the calling application. If called with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fPb .sp memcached_stat_servername() can be used standalone without a \fBmemcached_st\fP to obtain the state of a particular server. "args" is used to define a -particular state object (a list of these are not provided for by either -the memcached_stat_get_keys() call nor are they defined in the memcached -protocol). You must specify the hostname and port of the server you want to -obtain information on. +particular state object (a list of these are not provided for by either the +\fBmemcached_stat_get_keys()\fP call nor are they defined in the +memcached protocol). You must specify the hostname and port of the server +you want to obtain information on. .sp memcached_stat_get_value() returns the value of a particular state key. You specify the key you wish to obtain. The key must be null terminated. .sp -memcached_stat_get_keys() returns a list of keys that the server has state -objects on. You are responsible for freeing this list. +\fBmemcached_stat_get_keys()\fP returns a list of keys that the server +has state objects on. You are responsible for freeing this list. .sp A command line tool, memstat(1), is provided so that you do not have to write an application to do this.