Convert DOS crlf to just lf
[awesomized/libmemcached] / docs / memrm.pod
1 =head1 NAME
2
3 memrm - Remove a key(s) from a collection of memcached servers
4
5 =head1 SYNOPSIS
6
7 memrm [options] key key ...
8
9 =head1 DESCRIPTION
10
11 B<memrm> removes items, specified by key, from memcached(1) servers.
12
13 You can specify servers via the B<--servers> option or via the
14 environment variable C<MEMCACHED_SERVERS>.
15
16 For a full list of operations run the tool with the B<--help> option.
17
18 =head1 HOME
19
20 To find out more information please check:
21 L<http://tangent.org/552/libmemcached.html>
22
23 =head1 AUTHOR
24
25 Brian Aker, E<lt>brian@tangent.orgE<gt>
26
27 Mark Atwood, E<lt>mark@fallenpegasus.comE<gt>
28
29 =head1 SEE ALSO
30
31 memcached(1) libmemcached(3)
32
33 =cut
34