X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcat.pod;h=04d8a30477fb3d236913a3707b65f2b6d097a760;hb=0d688cec9e53a2ed8e3f3817da9aecdd41d342ca;hp=8897f5917fd3366473daa6b8a2f6902bf6af74bf;hpb=a11143256264a00e7437fa23ec8ff5196c5a5c0b;p=awesomized%2Flibmemcached diff --git a/docs/memcat.pod b/docs/memcat.pod index 8897f591..04d8a304 100755 --- a/docs/memcat.pod +++ b/docs/memcat.pod @@ -4,25 +4,30 @@ memcat - Copy a set of keys to stdout =head1 SYNOPSIS -memcat [options] key key ... + memcat [options] key key ... =head1 DESCRIPTION -memcat is a tool designed to copy to stdout a single or mutiple set of keys. -It is designed to work similar to the standard UNIX cat utility. +B outputs to stdout the value a single or mutiple set of keys +stored in a memcached(1) server. -You can specify servers via the --servers option or memcat will use the -environmental variable MEMCACHED_SERVERS. +It is similar to the standard UNIX cat(1) utility. -For a full list of its operations run the tool with the --help option. +You can specify servers via the B<--servers> option or via the +environment variable C. + +For a full list of operations run the tool with the B<--help> option. =head1 HOME -To find out more information please check: http://tangent.org/552/libmemcached.html +To find out more information please check: +L =head1 AUTHOR -Brian Aker, brian@tangent.org +Brian Aker, Ebrian@tangent.orgE + +Mark Atwood Emark@fallenpegasus.comE =head1 SEE ALSO