X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemflush.pod;h=f26e10c3aa79b509ccda00ded267b836424296be;hb=55b5455291498ef63c1c34976552d58708a74732;hp=1c239202398a92fabb29707b623398353df3257d;hpb=a11143256264a00e7437fa23ec8ff5196c5a5c0b;p=awesomized%2Flibmemcached diff --git a/docs/memflush.pod b/docs/memflush.pod old mode 100755 new mode 100644 index 1c239202..f26e10c3 --- a/docs/memflush.pod +++ b/docs/memflush.pod @@ -4,25 +4,28 @@ memflush - Reset a server or list of servers =head1 SYNOPSIS -memflush [options] + memflush [options] =head1 DESCRIPTION -memflush will reset the contents of a server or group of servers. This means -all data in these servers will be deleted. +B resets the contents of memcached(1) servers. +This means all data in these servers will be deleted. -You can specify servers via the --servers option or memcat will use the -environmental variable MEMCACHED_SERVERS. +You can specify servers via the B<--servers> option or via the +environment variable C. -For a full list of its operations run the tool with the --help option. +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