Many fixes to the POD documentation
[awesomized/libmemcached] / docs / memcat.pod
index 8897f5917fd3366473daa6b8a2f6902bf6af74bf..04d8a30477fb3d236913a3707b65f2b6d097a760 100755 (executable)
@@ -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<memcat> 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<MEMCACHED_SERVERS>.
+
+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<http://tangent.org/552/libmemcached.html>
 
 =head1 AUTHOR
 
-Brian Aker, brian@tangent.org
+Brian Aker, E<lt>brian@tangent.orgE<gt>
+
+Mark Atwood E<lt>mark@fallenpegasus.comE<gt>
 
 =head1 SEE ALSO