X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcapable.1;h=344b873479e52f41650bd6a618737a18f2221d55;hb=c47f06ddcf0d108912b7e242f7b4151fdede2e0a;hp=b15e498e5dfdcd3ea1aeb64ee0e61121fdad9fcc;hpb=7f1777bbeaa41f71567f20350cb2555f2d9466da;p=m6w6%2Flibmemcached diff --git a/docs/man/memcapable.1 b/docs/man/memcapable.1 index b15e498e..662ba8b6 100644 --- a/docs/man/memcapable.1 +++ b/docs/man/memcapable.1 @@ -1,4 +1,4 @@ -.TH "MEMCAPABLE" "1" "April 12, 2011" "0.47" "libmemcached" +.TH "MEMCAPABLE" "1" "March 23, 2012" "1.0.5" "libmemcached" .SH NAME memcapable \- libmemcached Documentation . @@ -30,53 +30,52 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .. .\" Man page generated from reStructeredText. . -.sp -Check the server for compatibility and capabilities .SH SYNOPSIS .sp -\fBmemcapable\fP +memcapable [options] +.SH DESCRIPTION +.sp +\fBmemcapable\fP connects to the specified memcached server and tries to +determine its capabilities by running the various commands and verifying +the response. +.SH LIMITATIONS +.sp +The current version of memcapable will only verify the binary protocol. +.SH OPTIONS .INDENT 0.0 .TP .B \-h hostname +.UNINDENT .sp Specify the hostname to connect to. The default is \fIlocalhost\fP -.UNINDENT .INDENT 0.0 .TP .B \-p port +.UNINDENT .sp Specify the port number to connect to. The default is \fI11211\fP -.UNINDENT .INDENT 0.0 .TP .B \-c -. -Generate a coredump when it detects an error from the server. .UNINDENT +.sp +Generate a coredump when it detects an error from the server. .INDENT 0.0 .TP .B \-v -. -Print out the comparison when it detects an error from the server. .UNINDENT +.sp +Print out the comparison when it detects an error from the server. .INDENT 0.0 .TP .B \-t n -.sp -Set the timeout from an IO operation to/from the server to \fIn\fP seconds. .UNINDENT -.SH DESCRIPTION .sp -\fBmemcapable\fP connects to the specified memcached server and tries to -determine its capabilities by running the various commands and verifying -the response. -.SH LIMITATIONS -.sp -The current version of memcapable will only verify the binary protocol. +Set the timeout from an IO operation to/from the server to \fIn\fP seconds. .SH HOME .sp To find out more information please check: -\fI\%https://launchpad.net/libmemcached\fP +\fI\%http://libmemcached.org/\fP .SH AUTHOR .sp Trond Norbye, <\fI\%trond.norbye@gmail.com\fP>