X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcp.pod;h=9be7cddade081bf3c94e64c7a0aaa443c4e51fc7;hb=94885bf32b9393247186c0e82271f2bd5a5f6c91;hp=43090ac961956fb3c6d91a661643d58c11e3f449;hpb=a11143256264a00e7437fa23ec8ff5196c5a5c0b;p=awesomized%2Flibmemcached diff --git a/docs/memcp.pod b/docs/memcp.pod old mode 100755 new mode 100644 index 43090ac9..9be7cdda --- a/docs/memcp.pod +++ b/docs/memcp.pod @@ -4,28 +4,33 @@ memcp - Copies files to a collection of memcached servers =head1 SYNOPSIS -memcp [options] file file + memcp [options] file file =head1 DESCRIPTION -memcp operates similar to the standard unix cp command. Files will be stored -in the collection of memcached servers specified. Key names will be based on -the name of the file (which does not include its directory path). +B copies one or more files into memcached(1) servers. +It is similar to the standard UNIX cp(1) command. -You can specify servers via the --servers option or memcat will use the -environmental variable MEMCACHED_SERVERS. If you specify neither of these -memcp will expect that the final value in the list passed to it is the name -of a server(s). +The key names will be the names of the files, +without any directory path part. -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. If you specify neither of +these, the final value in the command line list is the name of a +server(s). + +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